Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carstingaxion/209793f90fea5e5ce29f to your computer and use it in GitHub Desktop.
Save carstingaxion/209793f90fea5e5ce29f to your computer and use it in GitHub Desktop.
WPML related defaults for functions.php
/** WPML - Sitepress Multilingual CMS **/
global $sitepress;
// remove language switcher, 'cause it messes with the WP backend styles
remove_action('in_admin_header', array($sitepress, 'admin_language_switcher'));
// remove meta-generator tag
remove_action('wp_head', array($sitepress, 'meta_generator_tag'));
// WPML sitepress-multilingual-cms
define( 'ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS' , true);
define( 'ICL_DONT_LOAD_LANGUAGES_JS' , true);
define( 'ICL_DONT_LOAD_NAVIGATION_CSS' , true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment