Contents
Settings — Plugixa Testimonial
Global settings live in the plugixatestimonial_settings WordPress option — a single array with all sub-keys. The settings page has 10 tabs, each covering a specific feature area.
Go to Plugixa Testimonial → Settings.
Tabs
| Tab | Purpose | Keys |
|---|---|---|
| General | Baseline behavior: default view, submission status, API keys, custom CSS. | 6 |
| Display | Global asset loading and scroll animations. | 4 |
| Submission | Frontend form behavior and reCAPTCHA. | 12 |
| Notifications | Admin emails when a testimonial is submitted. | 4 |
| Requests | Email-based testimonial request campaigns. | 6 |
| Social Proof | Frontend notification popups cycling recent testimonials. | 14 |
| Schema | JSON-LD Review/AggregateRating for SEO. | 3 |
| Multilingual | WPML / Polylang detection. | 1 |
| WooCommerce conditional on WC active | Add a Testimonials tab to WC product pages. | 3 |
| AI PRO | AI generator provider, model, and generation limits. | 9 |
Settings priority
Shortcode attribute > Saved shortcode config > View config > Global settings
(highest priority) (lowest priority)
REST API
| Method | Endpoint | Description |
|---|---|---|
GET |
/wp-json/plugixatestimonial/v1/settings |
Get all. |
POST |
/wp-json/plugixatestimonial/v1/settings |
Update any subset. |
GET |
/wp-json/plugixatestimonial/v1/settings/dashboard |
Dashboard stats. |
POST |
/wp-json/plugixatestimonial/v1/settings/demo-data PRO |
Load demo data. |
DELETE |
/wp-json/plugixatestimonial/v1/settings/demo-data PRO |
Truncate + re-seed. |
Hooks
plugixatestimonial_settings_defaults, plugixatestimonial_sanitize_settings, plugixatestimonial_before_save_settings, plugixatestimonial_after_save_settings. See Hooks → Settings.