acf_pro::include_location_rules()publicACF 5.6.0

include_location_rules

description

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

Хуков нет.

Возвращает

$post_id. (int)

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

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

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

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

Код acf_pro::include_location_rules() ACF 6.0.4

function include_location_rules() {

	acf_include( 'pro/locations/class-acf-location-block.php' );
	acf_include( 'pro/locations/class-acf-location-options-page.php' );

}