bbp_theme_after_topic_form_subscriptions

bbp_theme_after_topic_form_subscriptions

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_form_subscriptions') is found 1 times:

  • /templates/default/bbpress/form-topic.php line 183
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
            <?php endif; ?>
        </p>
     
        <?php do_action( 'bbp_theme_after_topic_form_subscriptions' ); ?>
     
    <?php endif; ?>
     
    <?php if ( bbp_allow_revisions() && bbp_is_topic_edit() ) : ?>
     
        <?php do_action( 'bbp_theme_before_topic_form_revisions' ); ?>