PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 1.2.4
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v1.2.4
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
powered-cache / extensions / minifier / minifier.php

minifier.php in Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score 1.2.4, at extensions/minifier/minifier.php

20 lines 566 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Extension Name: Minifier
4 * Extension URI: https://poweredcache.com/extensions/minifier
5 * Description: Reduce size of HTML,CSS,JS files by compressing and concatenating them.
6 * Author: Powered Cache Team
7 * Version: 1.0
8 * Author URI: https://poweredcache.com
9 * Extension Image: extension-image.png
10 * License: GPLv2 (or later)
11 * Premium: true
12 *
13 * This is just placeholder, actual plugin located in premium
14 *
15 */
16
17
18 // make description translatable
19 __( 'Reduce size of HTML,CSS,JS files by compressing and concatenating them.', 'powered-cache' );
20