bbp_template_before_topics_loop
bbp_template_before_topics_loop
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, 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
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_template_before_topics_loop') is found 1 times:
- /templates/default/bbpress/loop-topics.php line 1310111213141516171819
// 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>