acf_pro::include_location_rulespublicACF 5.6.0

Includes location rules for ACF PRO.

Method of the class: acf_pro{}

No Hooks.

Returns

null. Nothing (null).

Usage

$acf_pro = new acf_pro();
$acf_pro->include_location_rules();

Changelog

Since 5.6.0 Introduced.

acf_pro::include_location_rules() code ACF 6.8.8

public function include_location_rules() {
	acf_include( 'pro/locations/class-acf-location-block.php' );
	acf_include( 'pro/locations/class-acf-location-options-page.php' );
}