acf_pro::include_location_rulespublicACF 5.6.0

Includes location rules for ACF PRO.

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

Хуков нет.

Возвращает

void. Ничего (null).

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

$acf_pro = new acf_pro();
$acf_pro->include_location_rules();

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

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

Код acf_pro::include_location_rules() ACF 6.8.8

public function include_location_rules() {
	acf_include( 'pro/locations/class-acf-location-block.php' );
	acf_include( 'pro/locations/class-acf-location-options-page.php' );
}