bbp_theme_after_topic_form_revisions

bbp_theme_after_topic_form_revisions

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_form_revisions') is found 1 times:

  • /templates/default/bbpress/form-topic.php line 203
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
                <input type="text" value="<?php bbp_form_topic_edit_reason(); ?>" size="40" name="bbp_topic_edit_reason" id="bbp_topic_edit_reason" />
            </div>
        </fieldset>
     
        <?php do_action( 'bbp_theme_after_topic_form_revisions' ); ?>
     
    <?php endif; ?>
     
    <?php do_action( 'bbp_theme_before_topic_form_submit_wrapper' ); ?>
     
    <div class="bbp-submit-wrapper">