aioseo_sitemap_post, $entry, $post->ID, $postType, post
aioseo_sitemap_post, $entry, $post->ID, $postType, 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, $entry, $post->ID, $postType, post') is found 1 times:
- /app/Common/Sitemap/Content.php line 289
$entry['changefreq'] = aioseo()->sitemap->priority->frequency( 'homePage' ); $entry['priority'] = aioseo()->sitemap->priority->priority( 'homePage' ); } $entries[] = apply_filters( 'aioseo_sitemap_post', $entry, $post->ID, $postType, 'post' ); } // We can't remove the post type here because other plugins rely on it. return apply_filters( 'aioseo_sitemap_posts', $entries, $postType ); }