bbp_theme_before_forum_form_notices

bbp_theme_before_forum_form_notices

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_forum_form_notices') is found 1 times:

  • /templates/default/bbpress/form-forum.php line 46
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
        ?>
     
    </legend>
     
    <?php do_action( 'bbp_theme_before_forum_form_notices' ); ?>
     
    <?php if ( ! bbp_is_forum_edit() && bbp_is_forum_closed() ) : ?>
     
        <div class="bbp-template-notice">
            <ul>
                <li><?php esc_html_e( 'This forum is closed to new content, however your posting capabilities still allow you to post.', 'bbpress' ); ?></li>