2321* Filters whether to print the admin styles.2322*2323* @since 2.8.02324*2325* @param bool$print Whether to print the admin styles.Defaulttrue.2326*/2327if(apply_filters('print_admin_styles',true)){2328_print_styles();2329}23302331$wp_styles->reset();2332return$wp_styles->done;2333}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.