bbp_template_after_topic_tag_description

bbp_template_after_topic_tag_description

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_after_topic_tag_description') is found 2 times:

  • /templates/default/bbpress/content-archive-topic.php line 37
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
        <?php bbp_topic_tag_description( array( 'before' => '<div class="bbp-template-notice info"><ul><li>', 'after' => '</li></ul></div>' ) ); ?>
     
    <?php endif; ?>
     
    <?php do_action( 'bbp_template_after_topic_tag_description' ); ?>
     
    <?php do_action( 'bbp_template_before_topics_index' ); ?>
     
    <?php if ( bbp_has_topics() ) : ?>
     
        <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
  • /templates/default/bbpress/content-topic-tag-edit.php line 23
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    <?php do_action( 'bbp_template_before_topic_tag_description' ); ?>
     
    <?php bbp_topic_tag_description( array( 'before' => '<div class="bbp-template-notice info"><ul><li>', 'after' => '</li></ul></div>' ) ); ?>
     
    <?php do_action( 'bbp_template_after_topic_tag_description' ); ?>
     
    <?php do_action( 'bbp_template_before_topic_tag_edit' ); ?>
     
    <?php bbp_get_template_part( 'form', 'topic-tag' ); ?>
     
    <?php do_action( 'bbp_template_after_topic_tag_edit' ); ?>