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.
*/