File "load.php"

Full Path: /home/alforbsx/alfouadgroup.co/wp-content/plugins/polylang/integrations/aqua-resizer/load.php
File size: 268 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Loads the integration with Aqua Resizer.
 *
 * @package Polylang
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Don't access directly.
}

PLL_Integrations::instance()->aq_resizer = new PLL_Aqua_Resizer();
PLL_Integrations::instance()->aq_resizer->init();