bbp_theme_after_topic_form_status

bbp_theme_after_topic_form_status

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_form_status') is found 1 times:

  • /templates/default/bbpress/form-topic.php line 161
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
            <?php bbp_form_topic_status_dropdown(); ?>
     
        </p>
     
        <?php do_action( 'bbp_theme_after_topic_form_status' ); ?>
     
    <?php endif; ?>
     
    <?php if ( bbp_is_subscriptions_active() && ! bbp_is_anonymous() && ( ! bbp_is_topic_edit() || ( bbp_is_topic_edit() && ! bbp_is_topic_anonymous() ) ) ) : ?>
     
        <?php do_action( 'bbp_theme_before_topic_form_subscriptions' ); ?>