/** * Register widget with WordPress. */ public function __construct() { global $xdark; $this->framework = $xdark; $this->options['description'] = $this->framework->__($this->options['description']); parent::__construct($this->framework->__($this->slug), $this->framework->__($this->name), $this->options, $this->controlOptions); }