bbp_the_content( array $args = array() )
Output a textarea or TinyMCE if enabled
Description Description
Parameters Parameters
- $args
-
(Optional)
Default value: array()
Source Source
File: includes/common/template.php
function bbp_the_content( $args = array() ) { echo bbp_get_the_content( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |