ACF_Location::initializepublicACF 5.0.0

Initializes props.

Method of the class: ACF_Location{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Location = new ACF_Location();
$ACF_Location->initialize();

Changelog

Since 5.0.0 Introduced.

ACF_Location::initialize() code ACF 6.0.4

public function initialize() {
	// Set props here.
}