WPML
do_action( 'wpml_footer_language_selector' )
Type
action
WPML Version
3.2

Description

Displays the horizontal footer language selector as configured from the ”WPML->Languages” admin screen

Arguments

This action hook does not have any parameters.

Example usage

Add the code below to your theme template files, where you want the language switcher to be displayed at.

Example
do_action( 'wpml_footer_language_selector' );

If you like you can also add the above code line in a PHP widget like PHP Text Widget

wpml_decode_custom_field, wpml_add_language_form_field, wpml_ls_exclude_in_menu, wpml_is_rtl, wpml_alternate_hreflang, wpml_head_langs, wpml_must_translate_canonical_url, wpml_browser_redirect_language_params, wpml_active_languages, wpml_encode_custom_field

All 29 Site-Wide Language Information hooks →