bbp_theme_before_topic_form_forum

bbp_theme_before_topic_form_forum

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_topic_form_forum') is found 1 times:

  • /templates/default/bbpress/form-topic.php line 121
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    <?php endif; ?>
     
    <?php if ( ! bbp_is_single_forum() ) : ?>
     
        <?php do_action( 'bbp_theme_before_topic_form_forum' ); ?>
     
        <p>
            <label for="bbp_forum_id"><?php esc_html_e( 'Forum:', 'bbpress' ); ?></label><br />
            <?php
                bbp_dropdown( array(
                    'show_none' => esc_html__( '&mdash; No forum &mdash;', 'bbpress' ),

See this hook used in plugins: