mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-28 11:22:21 +08:00
4 lines
127 B
Text
4 lines
127 B
Text
add_filter('rank_math/researches/tests', function ($tests, $type) {
|
|
unset($tests['hasContentAI']);
|
|
return $tests;
|
|
}, 10, 2);
|