| 开发者 | wpmatriq |
|---|---|
| 更新时间 | 2026年5月27日 20:06 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. Every number and every cause attribution comes from deterministic math against your WooCommerce orders. You can audit how any figure was derived.
No. All aggregation runs in a nightly cron job. Page loads in WP Admin only read pre-built snapshot rows.
The plugin records that the affected day is "dirty" and rebuilds only that day's snapshot in the next nightly run. The rest of the history is untouched.
No. All analysis happens on your own site against your own database. Nothing leaves your server.
matriq_msa_diagnosis_result wraps DiagnosisEngine::diagnose() output for AI enrichment.matriq_msa_action_recommendation wraps ActionEngine::recommend() output for tailored next-step copy.matriq_msa_overview_response wraps the /overview REST payload so extensions can append fields.matriq_msa_admin_submenus lets extensions register additional admin sub-tabs.matriq_msa_data_collector_extra fires after every per-day snapshot write so extensions can fan out per-product / per-customer collection sharing the same WC analytics read pass.window.matriqMSA.registerTab({ id, label, component }) lets extensions plug a React page into the dashboard. Built-in tabs cannot be overridden.