bbp_theme_after_forum_form

bbp_theme_after_forum_form

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_forum_form') is found 1 times:

  • /templates/default/bbpress/form-forum.php line 173
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
                    <?php bbp_forum_form_fields(); ?>
     
                </fieldset>
     
                <?php do_action( 'bbp_theme_after_forum_form' ); ?>
     
            </form>
        </div>
     
    <?php elseif ( bbp_is_forum_closed() ) : ?>