acf_register_location_rule()ACF 5.6.0

Alias of acf_register_location_type().

No Hooks.

Returns

(ACF_Location|false).

Usage

acf_register_location_rule( $class_name );
$class_name(string) (required)
The location class name.

Changelog

Since 5.6.0 Introduced.

acf_register_location_rule() code ACF 6.0.4

function acf_register_location_rule( $class_name ) {
	return acf_register_location_type( $class_name );
}