bbp_theme_after_reply_form

bbp_theme_after_reply_form

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_reply_form') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 190
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
                    <?php bbp_reply_form_fields(); ?>
     
                </fieldset>
     
                <?php do_action( 'bbp_theme_after_reply_form' ); ?>
     
            </form>
        </div>
     
    <?php elseif ( bbp_is_topic_closed() ) : ?>