apply_filters( 'wp_get_custom_css', string $css , string $stylesheet )
Filters the custom CSS output into the head element.
Parameters
- $css
-
CSS pulled in from the Custom CSS post type.
- $stylesheet
-
The theme stylesheet name.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |