bbp_thread_replies_depth

bbp_thread_replies_depth

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_thread_replies_depth') is found 1 times:

  • /includes/core/options.php line 478
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    */
    function bbp_thread_replies_depth( $default = 2 ) {
     
        // Filter & return
        return (int) apply_filters( 'bbp_thread_replies_depth', (int) get_option( '_bbp_thread_replies_depth', $default ) );
    }
     
    /**
     * Are topic and reply revisions allowed
     *
     * @since 2.0.0 bbPress (r3412)