2333* Filters whether to print the admin styles.2334*2335* @since 2.8.02336*2337* @param bool$print Whether to print the admin styles.Defaulttrue.2338*/2339if(apply_filters('print_admin_styles',true)){2340_print_styles();2341}23422343$wp_styles->reset();2344return$wp_styles->done;2345}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.