ACF_Admin_Tool::html()
html
This function will output the metabox HTML
Метод класса: ACF_Admin_Tool{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ACF_Admin_Tool = new ACF_Admin_Tool(); $ACF_Admin_Tool->html();
Список изменений
С версии 5.6.3 | Введена. |
Код ACF_Admin_Tool::html() ACF Admin Tool::html ACF 6.0.4
function html() { }