Uses
| Uses | Description |
|---|---|
| wp-includes/l10n.php: _get_path_to_translation() | Gets the path to a translation file for loading a textdomain just in time. |
| wp-includes/class-wp-locale-switcher.php: WP_Locale_Switcher::load_translations() | Load translations for a given locale. |
| wp-includes/class-wp-locale-switcher.php: change_locale | Fires when the locale is switched to or restored. |
| wp-includes/class-wp-locale.php: WP_Locale::__construct() | Constructor which calls helper methods to set up object variables. |
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |