WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_locale

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/l10n.php apply_filters 1006 /**
* Filters a theme's locale.
*
* @since 3.0.0
*
* @param string $locale The theme's current locale.
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
*/

Hook Parameters

Parameter Type Name Description
string $locale The theme's current locale.
string $domain Text domain. Unique identifier for retrieving translated strings.