?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/r/a/n/rankinh/villavanille/wp-content/plugins/reviews-feed/class/Common/Customizer/
Upload File :
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();
    }
}