- Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathplugin.php
More file actions
Latest commit
12 lines (12 loc) · 351 Bytes
/
Copy pathplugin.php
File metadata and controls
12 lines (12 loc) · 351 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
* Plugin Name: Assets Minify
* Plugin URI: https://github.com/acarbone/AssetsMinify
* Description: WordPress plugin to minify JS and CSS assets.
* Author: Alessandro Carbone
* Contributors: pputzer
* Version: 2.0.2
* Author URI: http://www.artera.it
*/
requiredirname(__FILE__) . '/vendor/autoload.php';
AssetsMinify::getInstance();