mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
3 lines
103 B
Text
3 lines
103 B
Text
add_filter( 'rank_math/sitemap/include_noindex', function( $value, $type ) {
|
|
return true;
|
|
}, 10, 2 );
|