ACF\AI

AI::is_geo_enabledpublicACF 6.8.0

Checks if GEO functionality is enabled.

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

Хуков нет.

Возвращает

boolean.

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

$AI = new AI();
$AI->is_geo_enabled(): bool;

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

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

Код AI::is_geo_enabled() ACF 6.8.8

public function is_geo_enabled(): bool {
	return (bool) acf_get_setting( 'enable_schema' );
}