wp_sitemaps_posts_show_on_front_entry

過濾鉤子
apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry )

wp_sitemaps_posts_show_on_front_entry 是 WordPress 5 及以後版本中內建的一個過濾器,允許開發人員控制首頁在 XML 網站地圖中的輸出。使用這個過濾器,您可以控制首頁在網站地圖中的輸出,例如:刪除首頁的輸出、更改首頁的 URL 等。

當’show_on_front’選項等於’post’時,過濾主頁的網站地圖條目。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$sitemap_entry = apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry );
$sitemap_entry = apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry );
$sitemap_entry = apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry );

常見問題

FAQs
檢視更多 >