EasySMS
EasySMS provides an easy way for readers to subscribe to SMS updates and for admins to send SMS messages to groups. Auto SMS with post publishing.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_easysms | Stores easysms data created by this plugin. | Static |
| wp_easysms_carriers | Stores easysms carriers data created by this plugin. | Static |
| wp_easysms_group_users | Stores easysms group users data created by this plugin. | Static |
| wp_easysms_groups | Stores easysms groups 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_optionsOption key:
bf_easysms_widget_optionsOption key:sms_default_subjectOption key:sms_from_emailOption key:sms_from_nameOption key:sms_new_notifyOption key:sms_new_notify_emailOption key:sms_publish_post