acf_get_location_rule()
Alias of acf_get_location_type().
No Hooks.
Returns
(ACF_Location|false).
Usage
acf_get_location_rule( $name );
- $name(required)
- .
Changelog
| Since 5.6.0 | Introduced. |
acf_get_location_rule() acf get location rule code ACF 6.8.8
function acf_get_location_rule( $name ) {
return acf_get_location_type( $name );
}