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