/
home
/
techb158
/
on-time-movers.com
/
wp-content
/
plugins
/
polylang
/
src
/
integrations
/
cache
/
/home/techb158/on-time-movers.com/wp-content/plugins/polylang/src/integrations/cache
mkdir
upload
Name
Size
Mode
Actions
cache-compat.php
3344
0644
edit
dl
rm
load.php
360
0644
edit
dl
rm
Edit:
/home/techb158/on-time-movers.com/wp-content/plugins/polylang/src/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