BBP_Shortcodes::display_reply_form()
Display the reply form in an output buffer and return to ensure post/page contents are displayed first.
Description
Source
File: bp-forums/common/shortcodes.php
public function display_reply_form() {
// Start output buffer
$this->start( 'bbp_reply_form' );
// Output templates
bbp_get_template_part( 'form', 'reply' );
// Return contents of output buffer
return $this->end();
}
Changelog
| Version | Description |
|---|---|
| bbPress (r3031) | 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.