ACF_Admin_Tool::html() public ACF 5.6.3
This function will output the metabox HTML
{} Это метод класса: ACF_Admin_Tool{}
Хуков нет.
Возвращает
n/a.
Использование
$ACF_Admin_Tool = new ACF_Admin_Tool(); $ACF_Admin_Tool->html();
- (n/a) (обязательный)
Список изменений
С версии 5.6.3 | Введена. |
Код ACF_Admin_Tool::html() ACF Admin Tool::html ACF 5.9.1
function html() {
}