ACF_Local_JSON::record_save_file_failure
Records a Local JSON save failure for this request.
Метод класса: ACF_Local_JSON{}
Хуков нет.
Возвращает
void. Ничего (null).
Использование
// private - только в коде основоного (родительского) класса $result = $this->record_save_file_failure();
Список изменений
| С версии 6.8.1 | Введена. |
Код ACF_Local_JSON::record_save_file_failure() ACF Local JSON::record save file failure ACF 6.8.8
private function record_save_file_failure() {
$this->save_file_failure = true;
}