Content Decay Fixer is designed for production WordPress workflows with role-aware access and safer secret handling.
Recommended secret handling
For production sites, define sensitive values in wp-config.php when possible:
define('CDF_GSC_PROPERTY', 'https://example.com/');
define('CDF_GOOGLE_CLIENT_ID', 'your-google-client-id');
define('CDF_GOOGLE_CLIENT_SECRET', 'your-google-client-secret');
define('CDF_OPENAI_API_KEY', 'your-openai-api-key');
define('CDF_WEBHOOK_URL', 'https://example.com/seo-alert-webhook');
Roles
- Administrators manage setup, settings, scans, OAuth, imports, and resets.
- Editors can review opportunities and work assigned refreshes.
- Authors only see opportunities for posts they can edit.
Uninstall behavior
Uninstall removes plugin settings, tokens, scan data, workflow metadata, scheduled hooks, and plugin transients. Generated WordPress posts and drafts are not deleted.