bbp_theme_after_reply_form_reply_to

bbp_theme_after_reply_form_reply_to

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_reply_form_reply_to') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 133
    								<label for="bbp_reply_to"><?php esc_html_e( 'Reply To:', 'bbpress' ); ?></label><br />
    								<?php bbp_reply_to_dropdown(); ?>
    							</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(); ?>