/
home
/
techb158
/
l2hypotheques.com
/
wp-content
/
plugins
/
polylang
/
src
/
integrations
/
wp-sweep
/
/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/integrations/wp-sweep
mkdir
upload
Name
Size
Mode
Actions
load.php
363
0644
edit
dl
rm
wp-sweep.php
1763
0644
edit
dl
rm
Edit:
/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/integrations/wp-sweep/load.php
(363B)
<?php /** * Loads the integration with WP Sweep. * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. } add_action( 'plugins_loaded', function () { if ( defined( 'WP_SWEEP_VERSION' ) ) { PLL_Integrations::instance()->wp_sweep = new PLL_WP_Sweep(); PLL_Integrations::instance()->wp_sweep->init(); } }, 0 );
Save
cmd:
run