bbp_plugin_locale

bbp_plugin_locale

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_plugin_locale') is found 1 times:

  • /includes/core/sub-actions.php line 448
     */
    function bbp_plugin_locale( $locale = '', $domain = '' ) {
    
    	// Filter & return
    	return apply_filters( 'bbp_plugin_locale', $locale, $domain );
    }
    
    /**
     * Piggy back filter for WordPress's 'request' filter
     *
     * @since 2.1.0 bbPress (r3758)
    

See this hook used in plugins: