bbp_theme_before_reply_form

  • do_action( 'bbp_theme_before_reply_form' )

    Source Reference:

    • 	<?php endif; ?>
      
      	<?php if ( bbp_current_user_can_access_create_reply_form() ) : ?>
      
      		<div id="new-reply-<?php bbp_topic_id(); ?>" class="bbp-reply-form">
      
      			<form id="new-post" name="new-post" method="post" action="">
      
      				<?php do_action( 'bbp_theme_before_reply_form' ); ?>
      
      				<fieldset class="bbp-form">
      					<legend><?php printf( __( 'Reply To: %s', 'bbpress' ), 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">
      							<p><?php _e( 'This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.', 'bbpress' ); ?></p>
      

Comments are closed.