ACF_Local_JSON::has_save_file_failure
Returns true if a Local JSON save failure has been recorded for this request.
Method of the class: ACF_Local_JSON{}
No Hooks.
Returns
true|false.
Usage
$ACF_Local_JSON = new ACF_Local_JSON(); $ACF_Local_JSON->has_save_file_failure();
Changelog
| Since 6.8.1 | Introduced. |
ACF_Local_JSON::has_save_file_failure() ACF Local JSON::has save file failure code ACF 6.8.8
public function has_save_file_failure() {
return $this->save_file_failure;
}