ACF::__construct
A dummy constructor to ensure ACF is only setup once.
Method of the class: ACF{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF = new ACF(); $ACF->__construct();
Changelog
| Since 5.0.0 | Introduced. |
ACF::__construct() ACF:: construct code ACF 6.8.8
public function __construct() {
// Do nothing.
}