PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
polylang
/
integrations
/
aqua-resizer
<?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();
[+]
..
[-] aqua-resizer.php
[edit]
[-] load.php
[edit]