| 开发者 | siftiq |
|---|---|
| 更新时间 | 2026年8月22日 03:14 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/siftiq, or install directly through the WordPress plugins screen.Yes. Siftiq is a client for the Siftiq API — a subscription and API key from siftiq.app are required to use it.
Your question text is sent to the Siftiq API to generate a query; it's not stored after the request completes. The resulting store data never leaves your server — the query runs locally and results go straight to your browser. Your API key is stored hashed, never in plaintext.
No. Ask in plain language — Siftiq handles turning that into a safe database query.
No. Every generated query is validated as a single, read-only SELECT statement against an allow-list of WooCommerce tables before it runs.
Yes — export the full result set to CSV, including rows beyond what's shown on screen.
Yes. Every answer has an "Add to report" button, on the chart and on the table separately, so you can include a chart without its underlying rows if you prefer. Build the report up across as many questions as you like, rename each section, add a short summary at the front, and export it as a single PDF. Exported tables carry every matching row and continue across pages rather than being cut off.
No. The report is assembled and the PDF is produced in your own browser. Only the section headings are ever sent to Siftiq, and only if you ask it to write the summary for you.
Queries run through your site's own database connection, the same as any other admin report — no extra infrastructure in the request path.
No — each key locks to the first WooCommerce site that uses it. Using it on a different site will be rejected; you'd need a separate key per store.
Yes, via https://siftiq.app/support.