Viewing File: /home/rtsgrob/ww6/wp-content/themes/synergia/framework/modules/wpml/wpml-functions.php

<?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 File Manager