bbp_the_content( array $args = array() )

Output a textarea or TinyMCE if enabled

Description

Parameters

$args

(Optional)

Default value: array()

Source

File: bp-forums/common/template.php

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

Changelog

Changelog
Version Description
bbPress (r3586) 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.