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
    2377
    2378
    2379
    2380
    2381
    2382
    2383
    2384
    2385
    2386
    2387
            $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)