2047*2048* @since 4.7.02049*2050* @param string$cssCSS pulled in from the Custom CSS post type.2051* @param string$stylesheet The theme stylesheet name.2052*/2053$css=apply_filters('wp_get_custom_css',$css,$stylesheet);20542055return$css;2056}20572058/**2059* Updates the `custom_css` post for a given theme.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.