Filter hook 'wp_sitemaps_post_types'

in WP Core File wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php at line 49

Description

Filters the list of post object sub types available within the sitemap.

Occurrences

Filename Line Number
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php 49

Parameters

Type Name Description
WP_Post_Type[] $post_types Array of registered post type objects keyed by their name.

PHP Doc

/**
		 * Filters the list of post object sub types available within the sitemap.
		 *
		 * @since 5.5.0
		 *
		 * @param WP_Post_Type[] $post_types Array of registered post type objects keyed by their name.
		 */