Browse
For agents
About
Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More
/
2.9.0
Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More
v2.9.0
Switch version
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.7
2.6.8
2.6.5
2.6.4
2.6.3
2.6.2
2.6.0
2.5.5
2.5.4
2.5.3
2.5.2
trunk
1.0
1.0.1
1.0.2
1.0.3
1.1
1.1.1
1.1.2
1.2.0
All 37 releases
Overview
Code
reviews-feed
/
class
/
Common
/
Integrations
/
Providers
/
Yelp.php
Yelp.php
10 lines
169 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
namespace
SmashBalloon
\
Reviews
\
Common
\
Integrations
\
Providers
;
4
5
class
Yelp
extends
BaseProvider
6
{
7
protected
$
name
=
'
yelp
'
;
8
protected
$
friendly_name
=
'
Yelp
'
;
9
}
10