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