ACF_Ajax::initialize
initialize
Allows easy access to modifying properties without changing constructor.
Method of the class: ACF_Ajax{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Ajax = new ACF_Ajax(); $ACF_Ajax->initialize();
Changelog
| Since 5.7.2 | Introduced. |
ACF_Ajax::initialize() ACF Ajax::initialize code ACF 6.8.8
function initialize() {
/* do nothing */
}