admin_print_footer_scripts-widgets.php

admin_print_footer_scripts-widgets.php

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('admin_print_footer_scripts-widgets.php') is found 1 times:

  • /wp-includes/class-wp-customize-widgets.php line 972
    968
    969
    970
    971
    972
    973
    974
    975
    976
    977
    978
    * @since 3.9.0
     */
    public function print_footer_scripts() {
        /** 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