/**
  * Setup registers filterts and actions.
  */
 public function __construct()
 {
     // load all plugin options
     $this->_options = get_option('isc_options');
     self::$instance = $this;
 }