print_admin_styles

print_admin_styles

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('print_admin_styles') is found 1 times:

  • /wp-includes/script-loader.php line 2300
    2296
    2297
    2298
    2299
    2300
    2301
    2302
    2303
    2304
    2305
    2306
         * @since 2.8.0
         *
         * @param bool $print Whether to print the admin styles. Default true.
         */
        if ( apply_filters( 'print_admin_styles', true ) ) {
            _print_styles();
        }
     
        $wp_styles->reset();
        return $wp_styles->done;
    }