apply_filters( 'powered_cache_fo_css_do_concat', $do_concat, $handle, $css_url ) → {boolean}
Allow plugins to disable concatenation of certain stylesheets.
Parameters:
Name | Type | Description |
---|---|---|
$do_concat |
boolean | Contact status. |
$handle |
string | Handle of registered CSS item. |
$css_url |
string | CSS Url. @since 3.2.1 |
- Since:
- 2.0
- Source:
Returns:
New value.
- Type
- boolean