public function __construct($plugin = null)
 {
     $this->title = __('Control');
     $this->context = 'side';
     $this->priority = 'high';
     parent::__construct($plugin);
 }
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->scope = !$this->scope ? $this->formatCamelCase(get_class($this)) : $this->scope;
 }
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Terms & Policies', 'bizpanda');
 }
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Manual Locking <i>(recommended)</i>', 'bizpanda');
 }
Ejemplo n.º 5
0
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('More Features?', 'signinlocker');
 }
Ejemplo n.º 6
0
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Locker Preview', 'bizpanda');
 }
Ejemplo n.º 7
0
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('More Features?', 'bizpanda');
 }
Ejemplo n.º 8
0
 public function __construct($plugin)
 {
     parent::__construct($plugin);
     $this->title = __('Batch Locking', 'bizpanda');
 }