bbp_theme_after_forum_form_mods

bbp_theme_after_forum_form_mods

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_forum_form_mods') is found 1 times:

  • /templates/default/bbpress/form-forum.php line 105
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
            <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>
     
        <?php do_action( 'bbp_theme_after_forum_form_mods' ); ?>
     
    <?php endif; ?>
     
    <?php do_action( 'bbp_theme_before_forum_form_type' ); ?>
     
    <p>