| /home/xdxuekl/www/wp-content/themes/quart/framework/modules/wpml/ |
| Current File : /home/xdxuekl/www/wp-content/themes/quart/framework/modules/wpml/wpml-functions.php |
<?php
if ( ! function_exists( 'quart_mikado_disable_wpml_css' ) ) {
function quart_mikado_disable_wpml_css() {
define( 'ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS', true );
}
add_action( 'after_setup_theme', 'quart_mikado_disable_wpml_css' );
}