bbp_feed
bbp_feed
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_feed') is found 2 times:
- /includes/replies/functions.php line 215421502151215221532154215521562157215821592160
<?php do_action(
'bbp_feed'
); ?>
>
<channel>
<title><?php
echo
$title
;
// Already escaped ?></title>
<atom:link href=
"<?php self_link(); ?>"
rel=
"self"
type=
"application/rss+xml"
/>
- /includes/topics/functions.php line 378837843785378637873788378937903791379237933794
<?php do_action(
'bbp_feed'
); ?>
>
<channel>
<title><?php
echo
$title
;
// Already escaped ?></title>
<atom:link href=
"<?php self_link(); ?>"
rel=
"self"
type=
"application/rss+xml"
/>