bbp_theme_before_reply_form
bbp_theme_before_reply_form
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_theme_before_reply_form') is found 1 times:
- /templates/default/bbpress/form-reply.php line 27
<div id="new-reply-<?php bbp_topic_id(); ?>" class="bbp-reply-form"> <form id="new-post" name="new-post" method="post"> <?php do_action( 'bbp_theme_before_reply_form' ); ?> <fieldset class="bbp-form"> <legend><?php printf( esc_html__( 'Reply To: %s', 'bbpress' ), ( bbp_get_form_reply_to() ) ? sprintf( esc_html__( 'Reply #%1$s in %2$s', 'bbpress' ), bbp_get_form_reply_to(), bbp_get_topic_title() ) : bbp_get_topic_title() ); ?></legend> <?php do_action( 'bbp_theme_before_reply_form_notices' ); ?>