Retrieves the URL of a file in the parent theme.
theme_file_uri
Filters the URL to a file in the theme.
get_theme_file_uri
Retrieves the URL of a file in the theme.
is_locale_switched
Whether switch_to_locale() is in effect.
Advertisement
restore_current_locale
Restores the translations according to the original locale.
restore_previous_locale
Restores the translations according to the previous locale.
switch_to_locale
Switches the translations according to the given locale.
wp_dropdown_languages
Language selector.
Advertisement
get_available_languages
Filters the list of available language codes.
get_available_languages
Get all available languages based on the presence of *.mo files in a given directory.
_get_path_to_translation_from_lang_dir
Gets the path to a translation file in the languages directory for the current locale.
_get_path_to_translation
Gets the path to a translation file for loading a textdomain just in time.
Advertisement
get_user_locale
Retrieves the locale of a user.
_wp_translate_php_url_constant_to_key
Translate a PHP_URL_* constant to the named array keys PHP uses.
_get_component_from_parsed_url_array
Retrieve a specific component from a parsed URL array.