Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( "rank_math/snippet/rich_snippet_jobposting_entity", function( $entity ) {
- $description = strip_shortcodes(get_the_content());
- $entity['description'] = substr($description, 0, strpos($description, "People also ask for"));
- return $entity;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement