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