<?php
if ( ! function_exists( 'synergia_select_disable_wpml_css' ) ) {
function synergia_select_disable_wpml_css() {
define( 'ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS', true );
}
add_action( 'after_setup_theme', 'synergia_select_disable_wpml_css' );
} Back to Directory