Guest User

Untitled

a guest
Apr 8th, 2020
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Add Brand for Products.
  2. add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
  3. $entity['brand'] = 'Rank Math';
  4. return $entity;
  5. });
Add Comment
Please, Sign In to add comment