bbp_template_before_topics_index

bbp_template_before_topics_index

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_topics_index') is found 1 times:

  • /templates/default/bbpress/content-archive-topic.php line 39
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    <?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'    ); ?>
     
        <?php bbp_get_template_part( 'loop',       'topics'    ); ?>