| 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 |
|