apply_filters( 'powered_cache_fo_disable_js_minify', true, $tag, $handle, $src ) → {boolean}
Filters whether disable or not disable JS minification.
Parameters:
Name | Type | Description |
---|---|---|
true |
boolean | to disable JS minify |
$tag |
string | script tag <script... |
$handle |
string | JS handle |
$src |
string | Resource URL |
- Since:
- 2.0
- Source:
Returns:
New value.
- Type
- boolean