Code-Snippets-Functions/Execute a function on a child site/Rank Math SEO/disable-content-ai-test.txt

4 lines
127 B
Text

add_filter('rank_math/researches/tests', function ($tests, $type) {
unset($tests['hasContentAI']);
return $tests;
}, 10, 2);