aioseo_sitemap_post_rss, $entry, $post->ID, $post->post_type, post
aioseo_sitemap_post_rss, $entry, $post->ID, $post->post_type, post
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_sitemap_post_rss, $entry, $post->ID, $post->post_type, post') is found 1 times:
- /app/Common/Sitemap/Content.php line 714
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]