Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories
PublishPress Future can make scheduled changes to your content. You can unpublish posts, move posts to a new status, update the categories, and more.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_actionscheduler_actions | Stores actionscheduler actions data created by this plugin. | Static |
| wp_actionscheduler_groups | Stores actionscheduler groups data created by this plugin. | Static |
| wp_actionscheduler_logs | A logging table that records activity, events, or audit history. | Static |
| wp_ppfuture_workflow_scheduled_steps | Stores ppfuture workflow scheduled steps data created by this plugin. | Static |