mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
4 lines
130 B
Text
4 lines
130 B
Text
add_filter( 'rank_math/metabox/values', function( $args = [] ) {
|
|
$args['autoSuggestKeywords'] = false;
|
|
return $args;
|
|
} );
|