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
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
                    <?php bbp_topic_form_fields(); ?>
     
                </fieldset>
     
                <?php do_action( 'bbp_theme_after_topic_form' ); ?>
     
            </form>
        </div>
     
    <?php elseif ( bbp_is_forum_closed() ) : ?>