Code-Snippets-Functions/Execute a function on a child site/Yoast SEO/exclude-posts-id-from-sitemap.txt

3 lines
101 B
Text

add_filter( 'wpseo_exclude_from_sitemap_by_post_ids', function () {
return array( 311, 322 );
} );