bbp_the_content( array $args = array() )

Output a textarea or TinyMCE if enabled


Description Description


Parameters Parameters

$args

(Optional)

Default value: array()


Top ↑

Source Source

File: includes/common/template.php

function bbp_the_content( $args = array() ) {
	echo bbp_get_the_content( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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