wp_load_translations_early
- %1$s is private and should not be used in themes or plugins directly.
wp_load_translations_early ( No parameters )
- Introduced in WordPress: 3.4.0
- Deprecated in WordPress: —
Description
Attempts an early load of translations.Used for errors encountered during the initial loading process, before
the locale has been properly detected and loaded.
Designed for unusual load sequences (like setup-config.php) or for when
the script will then terminate with an error, otherwise there is a risk
that a file can be double-included.