2362* Filters whether to print the admin styles.2363*2364* @since 2.8.02365*2366* @param bool$print Whether to print the admin styles.Defaulttrue.2367*/2368if(apply_filters('print_admin_styles',true)){2369_print_styles();2370}23712372$wp_styles->reset();2373return$wp_styles->done;2374}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.