bbp_theme_before_forum_form_mods

bbp_theme_before_forum_form_mods

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_forum_form_mods') is found 1 times:

  • /templates/default/bbpress/form-forum.php line 98
    					<?php endif; ?>
    
    					<?php if ( bbp_allow_forum_mods() && current_user_can( 'assign_moderators' ) ) : ?>
    
    						<?php do_action( 'bbp_theme_before_forum_form_mods' ); ?>
    
    						<p>
    							<label for="bbp_moderators"><?php esc_html_e( 'Forum Moderators:', 'bbpress' ); ?></label><br />
    							<input type="text" value="<?php bbp_form_forum_moderators(); ?>" size="40" name="bbp_moderators" id="bbp_moderators" />
    						</p>