bbp_plugin_locale( string $locale = '', string $domain = '' )
Filter the plugin locale and domain.
Description
Parameters
- $locale
-
(Optional)
Default value: ''
- $domain
-
(Optional)
Default value: ''
Source
File: bp-forums/core/sub-actions.php
function bbp_plugin_locale( $locale = '', $domain = '' ) { return apply_filters( 'bbp_plugin_locale', $locale, $domain ); }
Changelog
Version | Description |
---|---|
bbPress (r4213) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.