Filters the custom CSS output into the head element.
Parameters
$css
string- CSS pulled in from the Custom CSS post type.
$stylesheet
string- The theme stylesheet name.
Source
$css = apply_filters( 'wp_get_custom_css', $css, $stylesheet );
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.