bbp_theme_before_topic_form_type

bbp_theme_before_topic_form_type

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_topic_form_type') is found 1 times:

  • /templates/default/bbpress/form-topic.php line 139
    					<?php endif; ?>
    
    					<?php if ( current_user_can( 'moderate', bbp_get_topic_id() ) ) : ?>
    
    						<?php do_action( 'bbp_theme_before_topic_form_type' ); ?>
    
    						<p>
    
    							<label for="bbp_stick_topic"><?php esc_html_e( 'Topic Type:', 'bbpress' ); ?></label><br />
    
    							<?php bbp_form_topic_type_dropdown(); ?>