bbp_template_before_topic_tag_description
bbp_template_before_topic_tag_description
Appears in: 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_topic_tag_description') is found 2 times:
- /templates/default/bbpress/content-archive-topic.php line 292526272829303132333435
<?php
endif
; ?>
<?php bbp_breadcrumb(); ?>
<?php do_action(
'bbp_template_before_topic_tag_description'
); ?>
<?php
if
( bbp_is_topic_tag() ) : ?>
<?php bbp_topic_tag_description(
array
(
'before'
=>
'<div class="bbp-template-notice info"><ul><li>'
,
'after'
=>
'</li></ul></div>'
) ); ?>
<?php
endif
; ?>
- /templates/default/bbpress/content-topic-tag-edit.php line 191516171819202122232425
<div id=
"bbpress-forums"
class
=
"bbpress-wrapper"
>
<?php bbp_breadcrumb(); ?>
<?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'
); ?>