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
    2163
    2164
    2165
    2166
    2167
    2168
    2169
    2170
    2171
    2172
    2173
    <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
    3797
    3798
    3799
    3800
    3801
    3802
    3803
    3804
    3805
    3806
    3807
    <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>