Prints any scripts and data queued for the footer.
wp-admin/admin-footer.php:95file scopewp-admin/includes/media.php:623wp_iframe()wp-admin/includes/template.php:2226iframe_footer()wp-includes/class-wp-customize-widgets.php:981WP_Customize_Widgets::print_footer_scripts() /** * Prints any scripts and data queued for the footer. * * @since 2.8.0 */do_action( 'admin_print_footer_scripts' ); /** * Prints scripts or data after the default footer scripts. * * The dynamic portion of the hook name, `$hook_suffix`, * refers to the global hook suffix of the current page.Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.