Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created July 20, 2013 10:12
Show Gist options
  • Save agusmu/6044547 to your computer and use it in GitHub Desktop.
Save agusmu/6044547 to your computer and use it in GitHub Desktop.
PrimaShop - Show WPML Language Selector After Header Logo
add_action( 'prima_header_right', 'prima_custom_show_language_selector' );
function prima_custom_show_language_selector() {
do_action('icl_language_selector');
}
#header-menu #lang_sel {
margin-top: 50px;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment