bbp_form_forum_content
Output the value of forum content field.
Description
bbp_form_forum_content();
Usage
if ( !function_exists( 'bbp_form_forum_content' ) ) { require_once ABSPATH . PLUGINDIR . 'bbpress/includes/forums/template.php'; } // NOTICE! Understand what this does before running. $result = bbp_form_forum_content();
Defined (1)
The function is defined in the following location(s).
- /includes/forums/template.php
- function bbp_form_forum_content() {
- echo bbp_get_form_forum_content();
- }