acf_get_location_rule()
Alias of acf_get_location_type().
Хуков нет.
Возвращает
(ACF_Location|false)
.
Использование
acf_get_location_rule( $name );
- $name (обязательный)
- -
Список изменений
С версии 5.6.0 | Введена. |
Код acf_get_location_rule() acf get location rule ACF 6.0.4
function acf_get_location_rule( $name ) { return acf_get_location_type( $name ); }