/
home
/
techb158
/
primomovers.ca
/
wp-content
/
plugins
/
polylang-pro
/
modules
/
sync
/
/home/techb158/primomovers.ca/wp-content/plugins/polylang-pro/modules/sync
mkdir
upload
Name
Size
Mode
Actions
load.php
278
0644
edit
dl
rm
sync-content.php
18268
0644
edit
dl
rm
sync-navigation.php
6450
0644
edit
dl
rm
Edit:
/home/techb158/primomovers.ca/wp-content/plugins/polylang-pro/modules/sync/load.php
(278B)
<?php /** * @package Polylang-Pro */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. } if ( $polylang->model->has_languages() ) { $polylang->sync_content = new PLL_Sync_Content( $polylang ); $polylang->navigation = new PLL_Sync_Navigation( $polylang ); }
Save
model->has_languages() ) { $polylang->sync_content = new PLL_Sync_Content( $polylang ); $polylang->navigation = new PLL_Sync_Navigation( $polylang ); }