function __construct($options)
 {
     self::$instance = $this;
     $this->options = $options;
     add_action('StaticPress::file_put', array($this, 'file_put'), 10, 2);
 }