Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'rank_math/frontend/description', function( $description ) {
- global $post;
- $description = get_the_title($post->id).' - '.$_SERVER['SERVER_NAME'];
- $description = substr($description, 0, 180);
- return $description;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement