public function __construct() { $this->has_custom_options = true; parent::__construct(); }
public function __construct() { $this->has_custom_options = false; $this->has_preview = false; parent::__construct(); }