public function __construct()
 {
     $this->singular = __('Online activity', $this->plugin_slug);
     $this->plural = __('Online activities', $this->plugin_slug);
     parent::__construct();
 }
 public function __construct()
 {
     $this->singular = __('Venue', $this->plugin_slug);
     $this->plural = __('Venues', $this->plugin_slug);
     parent::__construct();
 }
 public function __construct()
 {
     $this->singular = __('Presenter', $this->plugin_slug);
     $this->plural = __('Presenters', $this->plugin_slug);
     parent::__construct();
 }