admin_footer-{$hook_suffix}

admin_footer-{$hook_suffix}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('admin_footer-{$hook_suffix}') is found 1 times:

  • /wp-admin/admin-footer.php line 105

    * 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(); [/php]