ACF_Location::__construct
Constructor.
Method of the class: ACF_Location{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Location = new ACF_Location(); $ACF_Location->__construct();
Changelog
| Since 5.9.0 | Introduced. |
ACF_Location::__construct() ACF Location:: construct code ACF 6.0.4
public function __construct() {
$this->initialize();
// Call legacy constructor.
parent::__construct();
}