bbp_theme_before_reply_form_reply_to

bbp_theme_before_reply_form_reply_to

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_reply_form_reply_to') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 126
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    <?php if ( bbp_is_reply_edit() ) : ?>
     
        <?php if ( current_user_can( 'moderate', bbp_get_reply_id() ) ) : ?>
     
            <?php do_action( 'bbp_theme_before_reply_form_reply_to' ); ?>
     
            <p class="form-reply-to">
                <label for="bbp_reply_to"><?php esc_html_e( 'Reply To:', 'bbpress' ); ?></label><br />
                <?php bbp_reply_to_dropdown(); ?>
            </p>