aioseo_sitemap_post_rss

aioseo_sitemap_post_rss

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.8

apply_filters('aioseo_sitemap_post_rss') is found 1 times:

  • /app/Common/Sitemap/Content.php line 673

    if ( aioseo()->helpers->getHomePageId() === $post->ID ) {
    $entry[‘guid’] = aioseo()->helpers->maybeRemoveTrailingSlash( $entry[‘guid’] );
    }

    $entries[] = apply_filters( ‘aioseo_sitemap_post_rss’, $entry, $post->ID, $post->post_type, ‘post’ );
    }

    usort( $entries, function( $a, $b ) {
    return $a[‘pubDate’] < $b['pubDate'] ? 1 : 0; }); [/php]