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.5.2

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

  • /wp-admin/admin-footer.php line 88
     * 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 2225
    	/** 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>