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
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
        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
     *