RankMaths Preview with SiteReview Stars
-
Hey, it’s me again. After I can send all schema data cleanly to google with the SEO plugin Rankmaths and the Site Reviews plugin together, there is only one small problem. The stars are not shown in the preview of Rankmaths. To get the stars displayed in the RankMaths preview via the site reviews plugin, I need a code from you.
RankMaths gave me the following Code:
add_filter( 'woocommerce_product_get_average_rating', function( $rating ) { if ( ! is_admin() ) { return $rating; } return 1; // Change this with Site Reviews Plugin function/code to get the ratings value. } );
Now I only need the code from you, which gives me the stars & then everything runs great. Thank you so much!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘RankMaths Preview with SiteReview Stars’ is closed to new replies.