Filters the locale for the current request.
$determined_localestringwp-includes/l10n.php:176determine_locale() * Filters the locale for the current request. * * @since 5.0.0 * * @param string $determined_locale The locale. */ return apply_filters( 'determine_locale', $determined_locale );} /** * Retrieves the translation of $text. * * If there is no translation, or the text domain isn't loaded, the original text is returned.Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.