bbp_theme_after_topic_form

bbp_theme_after_topic_form

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_form') is found 1 times:

  • /templates/default/bbpress/form-topic.php line 227
    				<?php bbp_topic_form_fields(); ?>
    
    			</fieldset>
    
    			<?php do_action( 'bbp_theme_after_topic_form' ); ?>
    
    		</form>
    	</div>
    
    <?php elseif ( bbp_is_forum_closed() ) : ?>