do_action( 'admin_print_footer_scripts' ) Prints any scripts and data queued for the footer. Source File: wp-admin/admin-footer.php View on GitHub Related Used By Used By Used By Description wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::print_footer_scripts() Calls admin_print_footer_scripts and admin_print_scripts hooks to allow custom scripts from plugins. wp-admin/includes/media.php: wp_iframe() Outputs the iframe to display the media upload page. wp-admin/includes/template.php: iframe_footer() Generic Iframe footer for use with Thickbox. Changelog Changelog Version Description 2.8.0 Introduced.
Used By Used By Used By Description wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::print_footer_scripts() Calls admin_print_footer_scripts and admin_print_scripts hooks to allow custom scripts from plugins. wp-admin/includes/media.php: wp_iframe() Outputs the iframe to display the media upload page. wp-admin/includes/template.php: iframe_footer() Generic Iframe footer for use with Thickbox.