bbp_feed

bbp_feed

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_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" />