2046*2047* @since 4.7.02048*2049* @param string$cssCSS pulled in from the Custom CSS post type.2050* @param string$stylesheet The theme stylesheet name.2051*/2052$css=apply_filters('wp_get_custom_css',$css,$stylesheet);20532054return$css;2055}20562057/**2058* Updates the `custom_css` post for a given theme.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.