acf_register_location_rule()ACF 5.6.0

Alias of acf_register_location_type().

Хуков нет.

Возвращает

(ACF_Location|false).

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

acf_register_location_rule( $class_name );
$class_name(строка) (обязательный)
The location class name.

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

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

Код acf_register_location_rule() ACF 6.0.4

function acf_register_location_rule( $class_name ) {
	return acf_register_location_type( $class_name );
}