bbp_theme_after_topic_form_content

  • do_action( 'bbp_theme_after_topic_form_content' )

    Source Reference:

    • 						<?php do_action( 'bbp_theme_after_topic_form_title' ); ?>
      
      						<?php do_action( 'bbp_theme_before_topic_form_content' ); ?>
      
      						<p>
      							<label for="bbp_topic_content"><?php _e( 'Topic Description:', 'bbpress' ); ?></label><br />
      							<textarea id="bbp_topic_content" tabindex="<?php bbp_tab_index(); ?>" name="bbp_topic_content" cols="60" rows="6"><?php bbp_form_topic_content(); ?></textarea>
      						</p>
      
      						<?php do_action( 'bbp_theme_after_topic_form_content' ); ?>
      
      						<?php if ( !current_user_can( 'unfiltered_html' ) ) : ?>
      
      							<p class="form-allowed-tags">
      								<label><?php _e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:','bbpress' ); ?></label><br />
      								<code><?php bbp_allowed_tags(); ?></code>
      							</p>
      
      						<?php endif; ?>
      

Comments are closed.