BBP_Shortcodes::display_forum_form()
Display the forum form in an output buffer and return to ensure post/page contents are displayed first.
Description Description
Source Source
File: includes/common/shortcodes.php
public function display_forum_form() {
// Start output buffer
$this->start( 'bbp_forum_form' );
// Output templates
bbp_get_template_part( 'form', 'forum' );
// Return contents of output buffer
return $this->end();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |