bbp_theme_before_topic_form_forum
bbp_theme_before_topic_form_forum
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
See hook in action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_theme_before_topic_form_forum') is found 1 times:
- /templates/default/bbpress/form-topic.php line 121
<?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__( '— No forum —', 'bbpress' ),