jaideep06

Description length

Jul 26th, 2021 (edited)
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_filter( 'rank_math/frontend/description', function( $description ) {
  2.     $description = substr($description, 0, 160);
  3.     return $description;
  4. });
  5.  
Add Comment
Please, Sign In to add comment