Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // find this line
- $arts_header_has_lang_switcher = is_active_sidebar( 'lang-switcher-sidebar' ) && ( class_exists( 'SitePress' ) || class_exists( 'Polylang' ) );
- // replace it to this one
- $arts_header_has_lang_switcher = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement