b0y-101 Mini Shell


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

<?php
/**
 * Loads the WPML compatibility mode.
 *
 * @package Polylang
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Don't access directly.
}

if ( $polylang->model->has_languages() ) {
	if ( ! defined( 'PLL_WPML_COMPAT' ) || PLL_WPML_COMPAT ) {
		PLL_WPML_Compat::instance(); // WPML API.
		PLL_WPML_Config::instance(); // wpml-config.xml.
	}
}

Copyright © 2019 by b0y-101