fix plguin

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-21 15:26:44 +00:00
parent c35b3c3641
commit 9ec1aa8948
4 changed files with 54 additions and 23 deletions

View File

@@ -79,6 +79,8 @@ function igny8_get_headers() {
}
```
Note (required): The bridge now requires all three credentials to be provided in Settings → IGNY8 API: **Email**, **Password**, and **API Key**. These map to WordPress options `igny8_email`, `igny8_access_token`/`igny8_refresh_token`, and `igny8_api_key`. The API key will be stored with `igny8_store_secure_option()` when available; if any required credential is missing the plugin will not establish the connection.
---
## API Client Class