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.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 2154
xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" <?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 3788
xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" <?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" />