acf_fields::__construct
__construct
This function will setup the class functionality
Method of the class: acf_fields{}
No Hooks.
Returns
null. Nothing (null).
Usage
$acf_fields = new acf_fields(); $acf_fields->__construct();
Changelog
| Since 5.4.0 | Introduced. |
acf_fields::__construct() acf fields:: construct code ACF 6.0.4
function __construct() {
/* do nothing */
}