bbp_theme_before_reply_form

bbp_theme_before_reply_form

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_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' ); ?>