acf_get_location_rule()ACF 5.6.0

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

function acf_get_location_rule( $name ) {
	return acf_get_location_type( $name );
}