MagicChecklists

Create interactive checklists, kanban boards and guided tours in the WordPress backend and frontend.

14 database tables

Table NameDescriptionMethod
wp_magiccl_analyticsStores analytics or statistics data.Static
wp_magiccl_comment_likesStores magiccl comment likes data created by this plugin.Static
wp_magiccl_feature_board_settingsStores magiccl feature board settings data created by this plugin.Static
wp_magiccl_global_notificationsStores magiccl global notifications data created by this plugin.Static
wp_magiccl_idea_submissionsStores form submissions and user-entered data.Static
wp_magiccl_invite_linksStores magiccl invite links data created by this plugin.Static
wp_magiccl_item_analyticsStores analytics or statistics data.Static
wp_magiccl_item_upvotesStores magiccl item upvotes data created by this plugin.Static
wp_magiccl_kanban_columnsStores magiccl kanban columns data created by this plugin.Static
wp_magiccl_kanban_stateStores analytics or statistics data.Static
wp_magiccl_notification_queueA job queue table for managing background tasks and scheduled operations.Static
wp_magiccl_notification_settingsStores magiccl notification settings data created by this plugin.Static
wp_magiccl_publisher_requirementsStores magiccl publisher requirements data created by this plugin.Static
wp_magiccl_task_commentsStores magiccl task comments 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_options
Option key:_transient_timeout_Option key:magic_plugins_settingsOption key:magiccl_allowed_originsOption key:magiccl_analytics_seededOption key:magiccl_dashboard_widget_settingsOption key:magiccl_db_versionOption key:magiccl_integration_settingsOption key:magiccl_menu_position_noticeOption key:magiccl_plugin_data_versionOption key:magiccl_prefix_migratedOption key:magiccl_public_accessOption key:magiccl_settingsOption key:magiccl_settings_migrated_to_sharedOption key:magiccl_tutorial_checklist_createdOption key:magiccl_versionOption key:magiccl_webhook_endpointsOption key:magiccl_webhook_logsOption key:magiccl_webhook_secret
wp_postmeta
Post meta
wp_posts
Custom post type:magiccl_checklistCustom post type:magiccl_tour
wp_termmeta
Term meta
wp_terms
Custom taxonomy:magiccl_tag
wp_usermeta
User meta