Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
alloxanic
/
wp-content
/
plugins
/
polylang
/
integrations
/
aqua-resizer
:
load.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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();