apply_filters( 'wp_sitemaps_posts_show_on_front_entry', array $sitemap_entry )

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


Parameters

$sitemap_entry array
Sitemap entry for the home page.

Top ↑

Source

File: wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php. View all references

$sitemap_entry = apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry );


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.