You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API key validation: All 'Test Connection' buttons now use bcg_get_api_key() instead of get_option(), so keys defined as PHP constants (BCG_BREVO_API_KEY, BCG_OPENAI_API_KEY, etc. in wp-config.php) are correctly resolved during validation
Brevo list fetch: Same constant-aware lookup applied to mailing list refresh
Stripe key lookups: Publishable and secret key references in JS localisation and the Stripe integration class now also use bcg_get_api_key()