bbp_theme_before_reply_form_notices

bbp_theme_before_reply_form_notices

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_reply_form_notices') is found 1 times:

  • /templates/default/bbpress/form-reply.php line 32
     
    			<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' ); ?>
    
    				<?php if ( ! bbp_is_topic_open() && ! bbp_is_reply_edit() ) : ?>
    
    					<div class="bbp-template-notice">
    						<ul>
    							<li><?php esc_html_e( 'This topic is marked as closed to new replies, however your posting capabilities still allow you to reply.', 'bbpress' ); ?></li>