Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/theme.php | apply_filters | 1974 | /** * Filters the custom CSS output into the head element. * * @since 4.7.0 * * @param string $css CSS pulled in from the Custom CSS post type. * @param string $stylesheet The theme stylesheet name. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $css | CSS pulled in from the Custom CSS post type. |
string | $stylesheet | The theme stylesheet name. |