Guest User

Untitled

a guest
Sep 2nd, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
  2.     if ( isset( $data['richSnippet'] ) && 'Product' === $data['richSnippet']['@type'] ) {
  3.         $data['richSnippet']['@id'] = 'ADD_ID_HERE';
  4.     }
  5. }, 99, 2);
Add Comment
Please, Sign In to add comment