bbp_theme_before_reply_form_status

bbp_theme_before_reply_form_status

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_reply_form_status') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 135
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    </p>
     
    <?php do_action( 'bbp_theme_after_reply_form_reply_to' ); ?>
     
    <?php do_action( 'bbp_theme_before_reply_form_status' ); ?>
     
    <p>
        <label for="bbp_reply_status"><?php esc_html_e( 'Reply Status:', 'bbpress' ); ?></label><br />
        <?php bbp_form_reply_status_dropdown(); ?>
    </p>