[Bug] Disabling test only works on first set of Focus Keywords
-
I’m using this code from the Rankmath knowledgebase to disable a few SEO test
add_filter( 'rank_math/researches/tests', function( $tests, $type ) { unset( $tests['titleHasNumber'], $tests['contentHasTOC'], $tests['titleSentiment'], $tests['titleHasPowerWords'] ); return $tests; }, 10, 2 );
the code only disable the test on first set of Focus keyword, it will show on the other set of keywords other than the first if I have more than 1 set of focus keyword
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Bug] Disabling test only works on first set of Focus Keywords’ is closed to new replies.