public function __construct()
 {
     $this->hide_submit_button();
     $this->populate_form_array();
     add_filter('wpsc_settings_form_output_filter_categories', array($this, '_filter_field_category_filter'), 10, 2);
     parent::__construct();
 }
 public function __construct()
 {
     flush_rewrite_rules(false);
     $this->populate_form_array();
     parent::__construct();
     $this->hide_submit_button();
 }