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