Albert – The AI Butler

At your service — Albert connects AI assistants to your WordPress site so they can manage content, handle tasks, and keep things running smoothly.

5 database tables

Table NameDescriptionMethod
wp_albert_ability_logA logging table that records activity, events, or audit history.Static
wp_albert_oauth_access_tokensStores access tokens for authentication or API access.Static
wp_albert_oauth_auth_codesStores albert oauth auth codes data created by this plugin.Static
wp_albert_oauth_clientsStores albert oauth clients data created by this plugin.Static
wp_albert_oauth_refresh_tokensStores access tokens for authentication or API access.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:albert_abilities_savedOption key:albert_allowed_usersOption key:albert_disabled_abilitiesOption key:albert_external_urlOption key:albert_installed_versionOption key:albert_rewrite_version
wp_postmeta
Post meta
wp_usermeta
User meta