WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_sitemaps_index_entry

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/sitemaps/class-wp-sitemaps-provider.php apply_filters 126 /**
* Filters the sitemap entry for the sitemap index.
*
* @since 5.5.0
*
* @param array $sitemap_entry Sitemap entry for the post.
* @param string $object_type Object empty name.
* @param string $object_subtype Object subtype name.
* Empty string if the object type does not support subtypes.
* @param int $page Page number of results.
*/

Hook Parameters

Parameter Type Name Description
array $sitemap_entry Sitemap entry for the post.
string $object_type Object empty name.
string $object_subtype Object subtype name.
int $page Page number of results.