bbpress_locale

bbpress_locale

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbpress_locale') is found 1 times:

  • /includes/core/filters.php line 374
    	if ( bbpress()->domain !== $domain ) {
    		return $locale;
    	}
    
    	return apply_filters( 'bbpress_locale', $locale, $domain );
    }
    add_filter( 'bbp_plugin_locale', '_bbp_filter_locale', 10, 1 );
    
    /**
     * Deprecated forums query filter
     *