aioseo_sitemap_posts, $entries, $postType
aioseo_sitemap_posts, $entries, $postType
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_posts, $entries, $postType') is found 4 times:
- /app/Common/Sitemap/Content.php line 293
$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 ); } /** * Returns all post archive entries. * * @since 4.0.0
- /app/Common/Sitemap/Content.php line 795
array_unshift( $entries, $entry ); } return apply_filters( 'aioseo_sitemap_posts', $entries, $postType ); } /** * Returns all entries for the BuddyPress Group Sitemap. * This method is automagically called from {@see get()} if the current index name equals to 'bp-group' * - /app/Common/Sitemap/Content.php line 854
array_unshift( $entries, $entry ); } return apply_filters( 'aioseo_sitemap_posts', $entries, $postType ); } /** * Returns all entries for the BuddyPress Member Sitemap. * This method is automagically called from {@see get()} if the current index name equals to 'bp-member' * - /app/Common/Sitemap/Content.php line 910
array_unshift( $entries, $entry ); } return apply_filters( 'aioseo_sitemap_posts', $entries, $postType ); } /** * Returns all entries for the WooCommerce Product Attributes sitemap. * Note: This sitemap does not support pagination. *