/**
  * Constructor, entry point of the plugin
  */
 function __construct()
 {
     self::$instance = $this;
     add_action('init', array($this, 'init'));
 }