bbp_feed_head

bbp_feed_head

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_feed_head') is found 2 times:

  • /includes/replies/functions.php line 2167
    		<lastBuildDate><?php echo date( 'r' ); ?></lastBuildDate>
    		<generator><?php echo esc_url_raw( 'https://bbpress.org/?v=' . convert_chars( bbp_get_version() ) ); ?></generator>
    		<language><?php bloginfo_rss( 'language' ); ?></language>
    
    		<?php do_action( 'bbp_feed_head' ); ?>
    
    		<?php if ( bbp_is_single_topic() ) : ?>
    			<?php if ( bbp_user_can_view_forum( array( 'forum_id' => bbp_get_topic_forum_id() ) ) ) : ?>
    				<?php if ( bbp_show_lead_topic() ) : ?>
    
    					<item>
    
  • /includes/topics/functions.php line 3801
    		<lastBuildDate><?php echo date( 'r' ); ?></lastBuildDate>
    		<generator><?php echo esc_url_raw( 'https://bbpress.org/?v=' . convert_chars( bbp_get_version() ) ); ?></generator>
    		<language><?php bloginfo_rss( 'language' ); ?></language>
    
    		<?php do_action( 'bbp_feed_head' ); ?>
    
    		<?php if ( bbp_has_topics( $topics_query ) ) : ?>
    
    			<?php while ( bbp_topics() ) : bbp_the_topic(); ?>
    
    				<item>