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

3 lines
98 B
Text

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