acf_register_location_rule()
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 register location rule ACF 6.4.2
function acf_register_location_rule( $class_name ) {
return acf_register_location_type( $class_name );
}