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
     */
    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: