<?php
/**
* Plugin support: Uber Menu
*
* @package WordPress
* @subpackage ThemeREX Addons
* @since v1.5
*/
// Check if plugin installed and activated
if ( !function_exists( 'trx_addons_exists_wpml' ) ) {
function trx_addons_exists_wpml() {
return defined('ICL_SITEPRESS_VERSION') && class_exists('sitepress');
}
}
?>