bbp_request

bbp_request

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_request') is found 1 times:

  • /includes/core/sub-actions.php line 462
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    */
    function bbp_request( $query_vars = array() ) {
     
        // Filter & return
        return apply_filters( 'bbp_request', $query_vars );
    }
     
    /**
     * The main filter used for theme compatibility and displaying custom bbPress
     * theme files.
     *

See this hook used in plugins: