wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_custom_css › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'wp_get_custom_css', $css, $stylesheet )
Parameters: (2)
  • () css CSS pulled in from the Custom CSS post type.
    Required: Yes
  • () stylesheet The theme stylesheet name.
    Required: Yes
Defined at:
Codex:

Filters the custom CSS output into the head element.





Source

$css = apply_filters( 'wp_get_custom_css', $css, $stylesheet );