acf_fields::__construct
This function will setup the class functionality
Метод класса: acf_fields{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$acf_fields = new acf_fields(); $acf_fields->__construct();
Список изменений
| С версии 5.4.0 | Введена. |
Код acf_fields::__construct() acf fields:: construct ACF 6.4.2
function __construct() {
/* do nothing */
}