aioseo_sitemap_archive_entry
aioseo_sitemap_archive_entry
Appears in: all-in-one-seo-pack.4.8.3.2, all-in-one-seo-pack.4.8.4.1
Hook Type: filter
See hook in action
Displaying hooks found in version: all-in-one-seo-pack.4.8.4.1apply_filters('aioseo_sitemap_archive_entry') is found 1 times:
- /app/Common/Sitemap/Content.php line 310
'priority' => aioseo()->sitemap->priority->priority( 'archive' ), ]; // To be consistent with our other entry filters, we need to pass the entry ID as well, but as null in this case. $entries[] = apply_filters( 'aioseo_sitemap_archive_entry', $entry, null, $postType, 'archive' ); } } return apply_filters( 'aioseo_sitemap_post_archives', $entries ); }