ACF\AI\GEO\Outputs
Posts::__construct
Constructor
Method of the class: Posts{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Posts = new Posts(); $Posts->__construct();
Changelog
| Since 6.8.0 | Introduced. |
Posts::__construct() Posts:: construct code ACF 6.8.8
public function __construct() {
$this->init();
}