textdomain (mo po files) (tag)
| get_translations_for_domain() | Returns a translation object for the specified translation domain (textdomain). |
| is_textdomain_loaded() | Determines if the localization file for the specified domain (translation key) is loaded. |
| load_child_theme_textdomain() | Loads the translation file of the child theme (.mo) into memory for further processing. |
| load_muplugin_textdomain() | Connects the .mo translation file for must-use plugins (mu-plugins) from the specified folder. |
| load_plugin_textdomain() | Connects the .mo translation file from the specified folder. Does not work with MU plugins. |
| load_textdomain() | Connects the specified translation file. |
| load_theme_textdomain() | Loads the theme translation file (.mo) into memory for further processing. |
| unload_textdomain() | Unloads (removes, cancels) the connected translation file. |
| wp_set_script_translations() | Connects a JSON file with string translations for the specified JS script (file). |