Guest User

Untitled

a guest
Aug 26th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) {
  2.     $entity['@id'] = esc_html( get_post_permalink(). '#product' );
  3.     return $entity;
  4. });
Add Comment
Please, Sign In to add comment