bbp_thread_replies

bbp_thread_replies

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_thread_replies') is found 1 times:

  • /includes/replies/functions.php line 2381
    		$retval = (bool) ( ( $depth >= 2 ) && ( true === $allow ) );
    	}
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_thread_replies', $retval, $depth, $allow );
    }
    
    /**
     * List threaded replies
     *
     * @since 2.4.0 bbPress (r4944)