ACF_Admin_Tool::load
load
This function is called during the admin page load
Method of the class: ACF_Admin_Tool{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Admin_Tool = new ACF_Admin_Tool(); $ACF_Admin_Tool->load();
Changelog
| Since 5.6.3 | Introduced. |
ACF_Admin_Tool::load() ACF Admin Tool::load code ACF 6.0.4
function load() {
/* do nothing */
}