Clautron

AI-powered WordPress functionality builder. Create workflows, admin tools, and custom site behaviors from reusable primitives — no code required.

9 database tables

Table NameDescriptionMethod
wp_clautron_Stores clautron data created by this plugin.Static
wp_clautron_ai_requestsStores clautron ai requests data created by this plugin.Static
wp_clautron_blueprintsStores clautron blueprints data created by this plugin.Static
wp_clautron_conversationsStores clautron conversations data created by this plugin.Static
wp_clautron_eventsStores clautron events data created by this plugin.Static
wp_clautron_execution_logsA logging table that records activity, events, or audit history.Static
wp_clautron_jobsA job queue table for managing background tasks and scheduled operations.Static
wp_clautron_versionsStores clautron versions data created by this plugin.Static
wp_clautron_workflowsStores clautron workflows data created by this plugin.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_comments
Direct access
wp_options
Option key:clautron_db_versionOption key:clautron_settings
wp_postmeta
Post meta
wp_termmeta
Term meta
wp_usermeta
User meta