Auto Poster to social networks
Auto Poster to social networks is a WordPress plugin that allows you to automatically post your blog updates to Bluesky. Manage networks, schedule pos …
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bluesky_logs | A logging table that records activity, events, or audit history. | Static |
| wp_bluesky_networks | Stores bluesky networks data created by this plugin. | Static |
| wp_bluesky_posted_posts | Stores bluesky posted posts data created by this plugin. | Static |
| wp_bluesky_posts_reports | Stores bluesky posts reports data created by this plugin. | Static |
| wp_bluesky_scheduled_posts | Stores bluesky scheduled posts 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:
bluesky_delete_postsOption key:bluesky_hsauto_cron_timeOption key:bluesky_refresh_token_interval