public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Visibility Options', 'bizpanda');
 }
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Connect Options', 'signinlocker');
 }
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Advanced Options', 'bizpanda');
 }
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Social Options', 'sociallocker');
 }