2351* Filters whether to print the admin styles.2352*2353* @since 2.8.02354*2355* @param bool$print Whether to print the admin styles.Defaulttrue.2356*/2357if(apply_filters('print_admin_styles',true)){2358_print_styles();2359}23602361$wp_styles->reset();2362return$wp_styles->done;2363}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.