bbp_theme_before_reply_form_notices
bbp_theme_before_reply_form_notices
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, 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_notices') is found 1 times:
- /templates/default/bbpress/form-reply.php line 3229303132333435363738
<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>