bbp_theme_after_topic_form_tags

  • do_action( 'bbp_theme_after_topic_form_tags' )

    Source Reference:

    • 						<?php endif; ?>
      
      						<?php do_action( 'bbp_theme_before_topic_form_tags' ); ?>
      
      						<p>
      							<label for="bbp_topic_tags"><?php _e( 'Topic Tags:', 'bbpress' ); ?></label><br />
      							<input type="text" value="<?php bbp_form_topic_tags(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> />
      						</p>
      
      						<?php do_action( 'bbp_theme_after_topic_form_tags' ); ?>
      
      						<?php if ( !bbp_is_single_forum() ) : ?>
      
      							<?php do_action( 'bbp_theme_before_topic_form_forum' ); ?>
      
      							<p>
      								<label for="bbp_forum_id"><?php _e( 'Forum:', 'bbpress' ); ?></label><br />
      								<?php bbp_dropdown( array( 'selected' => bbp_get_form_topic_forum() ) ); ?>
      							</p>
      

Comments are closed.