acf_get_valid_location_rule()
Alias of acf_validate_location_rule().
No Hooks.
Returns
Array.
Usage
acf_get_valid_location_rule( $rule );
- $rule(array) (required)
- The location rule.
Changelog
| Since 5.6.0 | Introduced. |
acf_get_valid_location_rule() acf get valid location rule code ACF 6.0.4
function acf_get_valid_location_rule( $rule ) {
return acf_validate_location_rule( $rule );
}