ACF_Location::initialize
Initializes props.
Method of the class: ACF_Location{}
No Hooks.
Returns
void. Nothing (null).
Usage
$ACF_Location = new ACF_Location(); $ACF_Location->initialize();
Changelog
| Since 5.0.0 | Introduced. |
ACF_Location::initialize() ACF Location::initialize code ACF 6.8.8
public function initialize() {
// Set props here.
}