2294* Filters whether to print the admin styles.2295*2296* @since 2.8.02297*2298* @param bool$print Whether to print the admin styles.Defaulttrue.2299*/2300if(apply_filters('print_admin_styles',true)){2301_print_styles();2302}23032304$wp_styles->reset();2305return$wp_styles->done;2306}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.