admin_print_footer_scripts-{$hook_suffix}

admin_print_footer_scripts-{$hook_suffix}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('admin_print_footer_scripts-{$hook_suffix}') is found 2 times:

  • /wp-admin/admin-footer.php line 88
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    * refers to the global hook suffix of the current page.
     *
     * @since 4.6.0
     */
    do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
     
    /**
     * Prints any scripts and data queued for the footer.
     *
     * @since 2.8.0
     */
  • /wp-admin/includes/template.php line 2226
    2222
    2223
    2224
    2225
    2226
    2227
    2228
    2229
    2230
    2231
    2232
        /** This action is documented in wp-admin/admin-footer.php */
        do_action( 'admin_footer', $hook_suffix );
     
        /** This action is documented in wp-admin/admin-footer.php */
        do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
     
        /** This action is documented in wp-admin/admin-footer.php */
        do_action( 'admin_print_footer_scripts' );
        ?>
        </div>
    <script type="text/javascript">if(typeof wpOnload==='function')wpOnload();</script>