AI Content Classifier

Generate SEO-optimized WordPress content using OpenAI's GPT models. Security-hardened plugin for professional content creation.

6 database tables

Table NameDescriptionMethod
wp_aicg_bulk_queueA job queue table for managing background tasks and scheduled operations.Static
wp_aicg_cacheA cache table that stores temporary computed or fetched data.Static
wp_aicg_temp_dataStores aicg temp data data created by this plugin.Static
wp_aicg_template_versionsStores aicg template versions data created by this plugin.Static
wp_aicg_templatesStores aicg templates data created by this plugin.Static
wp_aicg_usage_logA logging table that records activity, events, or audit history.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:aicg_activation_dateOption key:aicg_admin_noticesOption key:aicg_api_keyOption key:aicg_api_key_encryptedOption key:aicg_api_keysOption key:aicg_cache_expiryOption key:aicg_default_languageOption key:aicg_encryption_keyOption key:aicg_max_tokensOption key:aicg_modelOption key:aicg_plugin_versionOption key:aicg_temperatureOption key:aicg_usage_stats
wp_postmeta
Post meta
wp_usermeta
User meta