ACF_Local_JSON::has_save_file_failurepublicACF 6.8.1

Returns true if a Local JSON save failure has been recorded for this request.

Метод класса: ACF_Local_JSON{}

Хуков нет.

Возвращает

boolean.

Использование

$ACF_Local_JSON = new ACF_Local_JSON();
$ACF_Local_JSON->has_save_file_failure();

Список изменений

С версии 6.8.1 Введена.

Код ACF_Local_JSON::has_save_file_failure() ACF 6.8.8

public function has_save_file_failure() {
	return $this->save_file_failure;
}