Advertisement
jaideep06

Strip faq

Dec 6th, 2023
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. add_filter( "rank_math/snippet/rich_snippet_jobposting_entity", function( $entity ) {
  2.     $description = strip_shortcodes(get_the_content());
  3.     $entity['description'] = substr($description, 0, strpos($description, "People also ask for"));
  4.     return $entity;
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement