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

do_action('admin_print_footer_scripts') is found 4 times:

  • /wp-admin/admin-footer.php line 95
    091
    092
    093
    094
    095
    096
    097
    098
    099
    100
    101
    * 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 623

    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 2229

    /** 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 975
    971
    972
    973
    974
    975
    976
    977
    978
    979
    980
    981
        /** 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: