?AlkantarClanX12
| Current Path : /home/r/a/n/rankinh/villavanille/wp-content/plugins/reviews-feed/class/Common/Customizer/ |
| Current File : /home/r/a/n/rankinh/villavanille/wp-content/plugins/reviews-feed/class/Common/Customizer/Config.php |
<?php
namespace SmashBalloon\Reviews\Common\Customizer;
class Config extends \Smashballoon\Customizer\V2\Config{
public $plugin_slug = 'sbr';
public $statuses_option = 'sbr_statuses';
public function isPro(){
return \SmashBalloon\Reviews\Common\Util::sbr_is_pro();
}
}