bbp_allow_threaded_replies( bool $default )

Are threaded replies allowed


Description Description


Parameters Parameters

$default

(Optional) Default value false


Top ↑

Return Return

(bool) Are threaded replies allowed?


Top ↑

Source Source

File: includes/core/options.php

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 ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.