wp plugin udapted v1.5.0

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-13 08:19:55 +00:00
parent 17b3811d4c
commit 3cc2e6b270
13 changed files with 1078 additions and 273 deletions

View File

@@ -14,12 +14,15 @@ if (!defined('WP_UNINSTALL_PLUGIN')) {
// Remove all IGNY8 options from wp_options table
$igny8_options = array(
// Authentication & Connection
// Core Connection (current)
'igny8_api_key',
'igny8_site_id',
'igny8_last_communication',
// Deprecated Auth (kept for cleanup of old installations)
'igny8_access_token',
'igny8_refresh_token',
'igny8_api_key',
'igny8_email',
'igny8_site_id',
'igny8_integration_id',
'igny8_access_token_issued',
'igny8_token_refreshed_at',