ACF_Admin_UI_Options_Page::admin_footer
Admin footer third party hook support
Method of the class: ACF_Admin_UI_Options_Page{}
Hooks from the method
Returns
null. Nothing (null).
Usage
$ACF_Admin_UI_Options_Page = new ACF_Admin_UI_Options_Page(); $ACF_Admin_UI_Options_Page->admin_footer();
Changelog
| Since 5.3.2 | Introduced. |
ACF_Admin_UI_Options_Page::admin_footer() ACF Admin UI Options Page::admin footer code ACF 6.8.8
public function admin_footer() {
do_action( 'acf/ui_options_page/admin_footer' );
}