0
Under review

Disable Yelp Outbound Linking?

boppers 3 years ago updated by Josh 3 years ago 3

I want to display the Yelp logo in my reviews but disable the link to Yelp. Is there really no way to disable it? Why not?

+1
Under review

Yelp is really picky about having their reviews displayed on other sites. Will they ever say anything to you if it doesn't link back, probably not, but it is in their terms of service. I'll make it able to turn off in the next update. In the meantime, I can tell you what file to edit if you want.

In this file...

wp-review-slider-pro\public\partials\template_class.php

Look for this function...

public function wprevpro_get_star_logo_burl

Change the $logo definition and leave out the <a>. So it would go from this...

To this...