Filter hook 'wp_sitemaps_posts_show_on_front_entry'

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

Description

Filters the sitemap entry for the home page when the 'show_on_front' option equals 'posts'.

Occurrences

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

Parameters

Type Name Description
array $sitemap_entry Sitemap entry for the home page.

PHP Doc

/**
			 * Filters the sitemap entry for the home page when the 'show_on_front' option equals 'posts'.
			 *
			 * @since 5.5.0
			 *
			 * @param array $sitemap_entry Sitemap entry for the home page.
			 */