Mailing

WordPress plugin for managing email subscriptions and sending newsletters.

2 database tables

Table NameDescriptionMethod
wp_mailing_queueA job queue table for managing background tasks and scheduled operations.Static
wp_mailing_subscribersStores mailing subscribers 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:mailing_db_versionOption key:mailing_options
wp_postmeta
Post meta