bbp_allow_threaded_replies( $default = 1 )

Are threaded replies allowed

Description

Parameters

$default

(Optional) bool Optional. Default value false

Default value: 1

Return

(bool) Are threaded replies allowed?

Source

File: bp-forums/core/options.php

function bbp_allow_threaded_replies( $default = 1 ) {
	return (bool) apply_filters( '_bbp_allow_threaded_replies', (bool) get_option( '_bbp_allow_threaded_replies', $default ) );
}

Changelog

Changelog
Version Description
bbPress (r4964) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.