bbp_feed_head
bbp_feed_head
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_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>