# customify/trunk/includes/integrations/wp-optimize.php

Customify, version trunk. 18 lines.

- Page: https://pluginprobe.com/plugins/customify/trunk/code/includes/integrations/wp-optimize.php
- Raw: https://pluginprobe.com/plugins/customify/trunk/raw/includes/integrations/wp-optimize.php
- Modified: 2020-05-01T16:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/customify/trunk/code/includes/integrations/wp-optimize.php#L10-L20`.

```php
<?php
/**
 * This is logic for integrating with the WP-Optimize plugin.
 *
 * @link https://wordpress.org/plugins/wp-optimize/
 *
 * @see         https://pixelgrade.com
 * @author      Pixelgrade
 * @since       2.7.1
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

// Try to exclude the webfontloader script by adding a default rule in the plugin options.
// The free version doesn't do minification right now.

```
