ACF_Local_JSON::record_save_file_failure
Records a Local JSON save failure for this request.
Method of the class: ACF_Local_JSON{}
No Hooks.
Returns
null. Nothing (null).
Usage
// private - for code of main (parent) class only $result = $this->record_save_file_failure();
Changelog
| Since 6.8.1 | Introduced. |
ACF_Local_JSON::record_save_file_failure() ACF Local JSON::record save file failure code ACF 6.8.8
private function record_save_file_failure() {
$this->save_file_failure = true;
}