_bbp_allow_threaded_replies

_bbp_allow_threaded_replies

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('_bbp_allow_threaded_replies') is found 1 times:

  • /includes/core/options.php line 464
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    */
    function bbp_allow_threaded_replies( $default = 0 ) {
     
        // Filter & return
        return (bool) apply_filters( '_bbp_allow_threaded_replies', (bool) get_option( '_bbp_allow_threaded_replies', $default ) );
    }
     
    /**
     * Maximum reply thread depth
     *
     * @since 2.4.0 bbPress (r4944)