There was an error while loading. Please reload this page.
add_filter( 'plugin_locale', function( $function_exists_get_user_locale_get_locale, string $domain ) { // Your code here. return $function_exists_get_user_locale_get_locale; }, 10, 2 );
$function_exists_get_user_locale_get_locale
$function_exists_determine_locale_get_locale
string
$domain
$cmb2
apply_filters( 'plugin_locale', (is_admin() && function_exists('get_user_locale')) ? get_user_locale() : get_locale(), $domain )
apply_filters( 'plugin_locale', function_exists( 'determine_locale' ) ? determine_locale() : get_locale(), 'cmb2' )
← All Hooks