bbp_theme_after_topic_form

  • do_action( 'bbp_theme_after_topic_form' )

    Source Reference:

    • 						<?php do_action( 'bbp_theme_after_topic_form_submit_wrapper' ); ?>
      
      					</div>
      
      					<?php bbp_topic_form_fields(); ?>
      
      				</fieldset>
      
      				<?php do_action( 'bbp_theme_after_topic_form' ); ?>
      
      			</form>
      		</div>
      
      	<?php elseif ( bbp_is_forum_closed() ) : ?>
      
      		<div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
      			<div class="bbp-template-notice">
      				<p><?php printf( __( 'The forum &#8216;%s&#8217; is closed to new topics and replies.', 'bbpress' ), bbp_get_forum_title() ); ?></p>
      			</div>
      

Comments are closed.