PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
plugins
/
polylang
/
modules
/
share-slug
<?php /** * Loads the settings module for shared slugs. * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly }; if ( $polylang->model->get_languages_list() ) { add_filter( 'pll_settings_modules', function( $modules ) { $modules[] = 'PLL_Settings_Preview_Share_Slug'; return $modules; } ); }
[+]
..
[-] load.php
[edit]
[-] settings-preview-share-slug.php
[edit]
[-] .htaccess.disabled
[edit]