b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/polylang/modules/translate-slugs/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/polylang/modules/translate-slugs/load.php

<?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;
		}
	);
}

Copyright © 2019 by b0y-101