bbp_theme_after_reply_form_subscription

bbp_theme_after_reply_form_subscription

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_reply_form_subscription') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 118
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
            <?php endif; ?>
     
        </p>
     
        <?php do_action( 'bbp_theme_after_reply_form_subscription' ); ?>
     
    <?php endif; ?>
     
    <?php if ( bbp_is_reply_edit() ) : ?>
     
        <?php if ( current_user_can( 'moderate', bbp_get_reply_id() ) ) : ?>