admin_print_footer_scripts

admin_print_footer_scripts

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('admin_print_footer_scripts') is found 4 times:

  • /wp-admin/admin-footer.php line 95
     * Prints any scripts and data queued for the footer.
     *
     * @since 2.8.0
     */
    do_action( 'admin_print_footer_scripts' );
    
    /**
     * Prints scripts or data after the default footer scripts.
     *
     * The dynamic portion of the hook name, `$hook_suffix`,
     * refers to the global hook suffix of the current page.
    
  • /wp-admin/includes/media.php line 621

    call_user_func_array( $content_func, $args );

    /** This action is documented in wp-admin/admin-footer.php */
    do_action( ‘admin_print_footer_scripts’ );

    ?>



  • /wp-admin/includes/template.php line 2228

    /** 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’ );
    ?>




  • /wp-includes/class-wp-customize-widgets.php line 957
    		/** This action is documented in wp-admin/admin-footer.php */
    		do_action( 'admin_print_footer_scripts-widgets.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    		/** This action is documented in wp-admin/admin-footer.php */
    		do_action( 'admin_print_footer_scripts' );
    
    		/** This action is documented in wp-admin/admin-footer.php */
    		do_action( 'admin_footer-widgets.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    	}
    
    	/**
    
  • See this hook used in plugins: