admin_footer

admin_footer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-7.0

do_action('admin_footer') is found 4 times:

  • /wp-admin/admin-footer.php line 78
     * @since 1.2.0
     *
     * @param string $data The data to print.
     */
    do_action( 'admin_footer', '' );
    
    /**
     * Prints scripts and data queued for the footer.
     *
     * The dynamic portion of the hook name, `$hook_suffix`,
     * refers to the global hook suffix of the current page.
    
  • /wp-admin/includes/template.php line 2226

    ?>

  • /wp-includes/build/pages/font-library/page.php line 281
    	 * Prints scripts or data before the default footer scripts.
    	 *
    	 * @since 1.2.0
    	 */
    	do_action( 'admin_footer', '' );
    
    	// Print import map first so it's available for inline scripts
    	wp_script_modules()->print_import_map();
    	print_footer_scripts();
    	wp_script_modules()->print_enqueued_script_modules();
    	wp_script_modules()->print_script_module_preloads();
    
  • /wp-includes/build/pages/options-connectors/page.php line 281
    	 * Prints scripts or data before the default footer scripts.
    	 *
    	 * @since 1.2.0
    	 */
    	do_action( 'admin_footer', '' );
    
    	// Print import map first so it's available for inline scripts
    	wp_script_modules()->print_import_map();
    	print_footer_scripts();
    	wp_script_modules()->print_enqueued_script_modules();
    	wp_script_modules()->print_script_module_preloads();
    

See this hook used in plugins: