Prints scripts or data after the default footer scripts.
wp-admin/admin-footer.php:105file scope * * The dynamic portion of the hook name, `$hook_suffix`, * refers to the global hook suffix of the current page. * * @since 2.8.0 */do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores // get_site_option() won't exist when auto upgrading from <= 2.7.if ( function_exists( 'get_site_option' ) && false === get_site_option( 'can_compress_scripts' )) { compression_test();Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.