acf_get_location_rule()ACF 5.6.0

Alias of acf_get_location_type().

Хуков нет.

Возвращает

(ACF_Location|false).

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

acf_get_location_rule( $name );
$name (обязательный)
-

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

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

Код acf_get_location_rule() ACF 6.0.4

function acf_get_location_rule( $name ) {
	return acf_get_location_type( $name );
}