| 1 |
<?php |
| 2 |
/** |
| 3 |
* This is logic for integrating with the WP-Optimize plugin. |
| 4 |
* |
| 5 |
* @link https://wordpress.org/plugins/wp-optimize/ |
| 6 |
* |
| 7 |
* @see https://pixelgrade.com |
| 8 |
* @author Pixelgrade |
| 9 |
* @since 2.7.1 |
| 10 |
*/ |
| 11 |
|
| 12 |
if ( ! defined( 'ABSPATH' ) ) { |
| 13 |
exit; // Exit if accessed directly |
| 14 |
} |
| 15 |
|
| 16 |
// Try to exclude the webfontloader script by adding a default rule in the plugin options. |
| 17 |
// The free version doesn't do minification right now. |
| 18 |
|