CN Blog Mailer

Simple automated newsletter plugin for WordPress. Automatically email your latest blog posts to subscribers with scheduled newsletters, subscription f …

10 database tables

Table NameDescriptionMethod
wp_cnbm_analytics_linksStores analytics or statistics data.Static
wp_cnbm_analytics_logA logging table that records activity, events, or audit history.Static
wp_cnbm_cron_logA logging table that records activity, events, or audit history.Static
wp_cnbm_email_queueA job queue table for managing background tasks and scheduled operations.Static
wp_cnbm_send_historyStores cnbm send history data created by this plugin.Static
wp_cnbm_send_logA logging table that records activity, events, or audit history.Static
wp_cnbm_subscriber_tagsStores cnbm subscriber tags data created by this plugin.Static
wp_cnbm_subscribersStores cnbm subscribers data created by this plugin.Static
wp_cnbm_tagsStores cnbm tags data created by this plugin.Static
wp_cnbm_templatesStores cnbm templates 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:cnbm_activated_timeOption key:cnbm_db_versionOption key:cnbm_last_newsletter_sendOption key:cnbm_last_newsletter_send_timestampOption key:cnbm_settingsOption key:cnbm_subscriber_keys_migratedOption key:cnbm_template_typeOption key:cnbm_versionOption key:cnbm_weekly_report_settings
wp_usermeta
User meta