File "load.php"
Full path: /home/cirmwrhs/www/renard-music/wp-content/plugins/polylang/modules/wpml/load.php
File
size: 0.35 KB (354 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/**
* Loads the WPML compatibility mode.
*
* @package Polylang
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Don't access directly.
};
if ( $polylang->model->get_languages_list() ) {
if ( ! defined( 'PLL_WPML_COMPAT' ) || PLL_WPML_COMPAT ) {
PLL_WPML_Compat::instance(); // WPML API.
PLL_WPML_Config::instance(); // wpml-config.xml.
}
}