WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_sitemaps_posts_show_on_front_entry

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php apply_filters 122 /**
* 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.
*/

Hook Parameters

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