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 NameDescriptionMethod
wp_actionscheduler_actionsStores actionscheduler actions data created by this plugin.Static
wp_actionscheduler_groupsStores actionscheduler groups data created by this plugin.Static
wp_actionscheduler_logsA logging table that records activity, events, or audit history.Static
wp_ppfuture_workflow_scheduled_stepsStores ppfuture workflow scheduled steps 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_comments
Direct access
wp_options
Option key:classic-editor-replaceOption key:expirationdateautoenabledOption key:expirationdatecronscheduleOption key:expirationdatedebugOption key:expirationdatedefaultdateOption key:expirationdatedefaultsOption key:expirationdatedefaultspageOption key:expirationdatedefaultspostOption key:expirationdateexpiredpagestatusOption key:expirationdateexpiredpoststatusOption key:expirationdatepreservedataOption key:postexpiratorversionOption key:pp_future_pending_db_schema_repairOption key:pp_future_v30001restorepostmetaOption key:pp_future_v30104argscolumnlengthOption key:start_of_week
wp_postmeta
Post meta
wp_usermeta
User meta