bbp_template_notices
bbp_template_notices
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, 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
See hook in action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_template_notices') is found 24 times:
- /templates/default/bbpress/content-single-user.php line 17
?> <div id="bbpress-forums" class="bbpress-wrapper"> <?php do_action( 'bbp_template_notices' ); ?> <?php do_action( 'bbp_template_before_user_wrapper' ); ?> <div id="bbp-user-wrapper"> <?php bbp_get_template_part( 'user', 'details' ); ?>
- /templates/default/bbpress/form-forum.php line 68
</div> <?php endif; ?> <?php do_action( 'bbp_template_notices' ); ?> <div> <?php do_action( 'bbp_theme_before_forum_form_title' ); ?> <p>
- /templates/default/bbpress/form-reply.php line 64
</div> <?php endif; ?> <?php do_action( 'bbp_template_notices' ); ?> <div> <?php bbp_get_template_part( 'form', 'anonymous' ); ?> <?php do_action( 'bbp_theme_before_reply_form_content' ); ?>
- /templates/default/bbpress/form-topic.php line 76
</div> <?php endif; ?> <?php do_action( 'bbp_template_notices' ); ?> <div> <?php bbp_get_template_part( 'form', 'anonymous' ); ?> <?php do_action( 'bbp_theme_before_topic_form_title' ); ?>
- /templates/default/extras/archive-forum.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="forum-front" class="bbp-forum-front"> <h1 class="entry-title"><?php bbp_forum_archive_title(); ?></h1> <div class="entry-content"> <?php bbp_get_template_part( 'content', 'archive-forum' ); ?>
- /templates/default/extras/archive-topic.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="topic-front" class="bbp-topics-front"> <h1 class="entry-title"><?php bbp_topic_archive_title(); ?></h1> <div class="entry-content"> <?php bbp_get_template_part( 'content', 'archive-topic' ); ?>
- /templates/default/extras/page-create-topic.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-new-topic" class="bbp-new-topic"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-forum-statistics.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-statistics" class="bbp-statistics"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-front-forums.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="forum-front" class="bbp-forum-front"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-front-topics.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="topics-front" class="bbp-topics-front"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-topic-tags.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-topic-tags" class="bbp-topic-tags"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-topics-no-replies.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="topics-front" class="bbp-topics-front"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-user-login.php line 18
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-login" class="bbp-login"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-user-lost-pass.php line 18
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-lost-pass" class="bbp-lost-pass"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/page-user-register.php line 18
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-register" class="bbp-register"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/single-forum.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <?php if ( bbp_user_can_view_forum() ) : ?> <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
- /templates/default/extras/single-reply-move.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-edit-page" class="bbp-edit-page"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/single-reply.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php if ( bbp_user_can_view_forum( array( 'forum_id' => bbp_get_reply_forum_id() ) ) ) : ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-reply-wrapper-<?php bbp_reply_id(); ?>" class="bbp-reply-wrapper">
- /templates/default/extras/single-topic-merge.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-edit-page" class="bbp-edit-page"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/single-topic-split.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-edit-page" class="bbp-edit-page"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content">
- /templates/default/extras/single-topic.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <?php if ( bbp_user_can_view_forum( array( 'forum_id' => bbp_get_topic_forum_id() ) ) ) : ?> <?php while ( have_posts() ) : the_post(); ?> <div id="bbp-topic-wrapper-<?php bbp_topic_id(); ?>" class="bbp-topic-wrapper">
- /templates/default/extras/single-view.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="bbp-view-<?php bbp_view_id(); ?>" class="bbp-view"> <h1 class="entry-title"><?php bbp_view_title(); ?></h1> <div class="entry-content"> <?php bbp_get_template_part( 'content', 'single-view' ); ?>
- /templates/default/extras/taxonomy-topic-tag-edit.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="topic-tag" class="bbp-topic-tag"> <h1 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1> <div class="entry-content">
- /templates/default/extras/taxonomy-topic-tag.php line 14
get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="topic-tag" class="bbp-topic-tag"> <h1 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1> <div class="entry-content"> <?php bbp_get_template_part( 'content', 'archive-topic' ); ?>