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