bbp_theme_before_topic_form_notices
bbp_theme_before_topic_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_topic_form_notices') is found 1 times:
- /templates/default/bbpress/form-topic.php line 545051525354555657585960
?>
</legend>
<?php do_action(
'bbp_theme_before_topic_form_notices'
); ?>
<?php
if
( ! bbp_is_topic_edit() && bbp_is_forum_closed() ) : ?>
<div
class
=
"bbp-template-notice"
>
<ul>
<li><?php esc_html_e(
'This forum is marked as closed to new topics, however your posting capabilities still allow you to create a topic.'
,
'bbpress'
); ?></li>