Filters the custom CSS output into the head element.
Parameters
$cssstring- CSS pulled in from the Custom CSS post type.
$stylesheetstring- 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.