Kaldrımak istediğim: cms_block ve woodmart_slide

13
●206

add_filter( 'rank_math/sitemap/exclude_post_type', function( $excluded_post_types ) {
$excluded_post_types[] = 'cms_block';
$excluded_post_types[] = 'woodmart_slide';
return $excluded_post_types;
});ekler misiniz