ACF_Admin_Tool::__construct
This function will setup the class functionality
Method of the class: ACF_Admin_Tool{}
No Hooks.
Returns
n/a.
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.8.8
function __construct() {
// initialize
$this->initialize();
}