| @@ -132,13 +132,14 @@ | ||
| 132 | 132 | * @hook powered_cache_fo_css_do_concat |
| 133 | 133 | * |
| 134 | 134 | * @param {boolean} $do_concat Contact status. |
| 135 | 135 | * @param {string} $handle Handle of registered CSS item. |
| 136 | + * @param {string} $css_url CSS Url. @since 3.2.1 | |
| 136 | 137 | * |
| 137 | 138 | * @return {boolean} New value. |
| 138 | 139 | * @since 2.0 |
| 139 | 140 | */ |
| 140 | - $do_concat = apply_filters( 'powered_cache_fo_css_do_concat', $do_concat, $handle ); | |
| 141 | + $do_concat = apply_filters( 'powered_cache_fo_css_do_concat', $do_concat, $handle, $css_url ); | |
| 141 | 142 | |
| 142 | 143 | if ( true === $do_concat ) { |
| 143 | 144 | $media = $obj->args; |
| 144 | 145 | if ( empty( $media ) ) { |