acf_get_valid_location_rule()ACF 5.6.0

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() code ACF 6.0.4

function acf_get_valid_location_rule( $rule ) {
	return acf_validate_location_rule( $rule );
}