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
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    */
    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: