ACF_Admin_Tool::__construct
__construct
This function will setup the class functionality
Method of the class: ACF_Admin_Tool{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Admin_Tool = new ACF_Admin_Tool(); $ACF_Admin_Tool->__construct();
Changelog
| Since 5.6.0 | Introduced. |
ACF_Admin_Tool::__construct() ACF Admin Tool:: construct code ACF 6.0.4
function __construct() {
// initialize
$this->initialize();
}