bbp_template_notices

bbp_template_notices

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_notices') is found 24 times:

  • /templates/default/bbpress/content-single-user.php line 17
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    ?>
     
    <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
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
        </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
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
        </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
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
        </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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    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
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    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
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    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
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    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' ); ?>

See this hook used in plugins: