bbp_theme_after_reply_form_status

bbp_theme_after_reply_form_status

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_reply_form_status') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 142
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
            <label for="bbp_reply_status"><?php esc_html_e( 'Reply Status:', 'bbpress' ); ?></label><br />
            <?php bbp_form_reply_status_dropdown(); ?>
        </p>
     
        <?php do_action( 'bbp_theme_after_reply_form_status' ); ?>
     
    <?php endif; ?>
     
    <?php if ( bbp_allow_revisions() ) : ?>
     
        <?php do_action( 'bbp_theme_before_reply_form_revisions' ); ?>