Guest User

Untitled

a guest
Jan 13th, 2020
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
  2. unset( $tests['content-readability']['calculateFleschReading'] );
  3. $tests['content-readability']['contentHasShortParagraphs']['score'] = 9; // Added Flesch Reading score(6) to shortParagraphs test.
  4. return $tests;
  5. }, 10, 2 );
Add Comment
Please, Sign In to add comment