bbp_template_before_topics_loop

bbp_template_before_topics_loop

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_topics_loop') is found 1 times:

  • /templates/default/bbpress/loop-topics.php line 13
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    // Exit if accessed directly
    defined( 'ABSPATH' ) || exit;
     
    do_action( 'bbp_template_before_topics_loop' ); ?>
     
    <ul id="bbp-forum-<?php bbp_forum_id(); ?>" class="bbp-topics">
        <li class="bbp-header">
            <ul class="forum-titles">
                <li class="bbp-topic-title"><?php esc_html_e( 'Topic', 'bbpress' ); ?></li>
                <li class="bbp-topic-voice-count"><?php esc_html_e( 'Voices', 'bbpress' ); ?></li>