2056*2057* @since 4.7.02058*2059* @param string$cssCSS pulled in from the Custom CSS post type.2060* @param string$stylesheet The theme stylesheet name.2061*/2062$css=apply_filters('wp_get_custom_css',$css,$stylesheet);20632064return$css;2065}20662067/**2068* Updates the `custom_css` post for a given theme.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.