ACF_Admin_Internal_Post_Type::admin_footer
Admin footer third party hook support
Метод класса: ACF_Admin_Internal_Post_Type{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ACF_Admin_Internal_Post_Type = new ACF_Admin_Internal_Post_Type(); $ACF_Admin_Internal_Post_Type->admin_footer();
Список изменений
С версии 5.3.2 | Введена. |
Код ACF_Admin_Internal_Post_Type::admin_footer() ACF Admin Internal Post Type::admin footer ACF 6.4.2
public function admin_footer() { // Override as necessary. }