PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / trunk
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score vtrunk
trunk 1.0 1.0.1 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1 2.1.1 2.1.2 2.2 2.2.1 All 69 releases
← All changes | includes/classes/Optimizer/CSS.php +2 -1 2.2.1trunk View file →
@@ -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 ) ) {