mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
3 lines
101 B
Text
3 lines
101 B
Text
add_filter( 'wpseo_exclude_from_sitemap_by_post_ids', function () {
|
|
return array( 311, 322 );
|
|
} );
|