bbp_theme_before_topic_title
bbp_theme_before_topic_title
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_theme_before_topic_title') is found 2 times:
- /templates/default/bbpress/loop-search-topic.php line 2319202122232425262728
</div><!-- .bbp-meta -->
<div
class
=
"bbp-topic-title"
>
<?php do_action(
'bbp_theme_before_topic_title'
); ?>
<h3><?php esc_html_e(
'Topic:'
,
'bbpress'
); ?>
<a href=
"<?php bbp_topic_permalink(); ?>"
><?php bbp_topic_title(); ?></a></h3>
<div
class
=
"bbp-topic-title-meta"
>
- /templates/default/bbpress/loop-single-topic.php line 484445464748495051525354
<?php
endif
; ?>
<?php
endif
; ?>
<?php do_action(
'bbp_theme_before_topic_title'
); ?>
<a
class
=
"bbp-topic-permalink"
href=
"<?php bbp_topic_permalink(); ?>"
><?php bbp_topic_title(); ?></a>
<?php do_action(
'bbp_theme_after_topic_title'
); ?>
<?php bbp_topic_pagination(); ?>