Plugin Directory

Schedule Post Changes: Unpublish, Delete, Change Status, Trash, Change Categories and Tags with PublishPress Future

Schedule Post Changes: Unpublish, Delete, Change Status, Trash, Change Categories and Tags with PublishPress Future

Description

The PublishPress Future plugin allows you to schedule changes to posts, pages and other content types. With this plugin you can create automatic actions to unpublish, delete, trash, move a post to a new status and more. With the Pro version you can update your content using custom workflows with multiple steps and schedules.

Here’s an overview of what you can do with PublishPress Future:

  • Select future action dates in the right sidebar when you are editing a post. This makes it very easy to schedule changes to your content.
  • Receive email notifications when Future makes changes to your content.
  • Build Action Workflows that allow you to update your content using custom workflows with multiple steps and schedules (available in the Pro version).
  • Control post changes via integrations with Advanced Custom Fields and other plugins (available in the Pro version).

PublishPress Future Pro

Upgrade to PublishPress Future Pro
This plugin is the free version of the PublishPress Future plugin. The Pro version comes with all the features you need to schedule changes to your WordPress content. Click here to purchase the best plugin for scheduling WordPress content updates!

Options for Future Actions on Posts

With PublishPress Future, you can configure actions that will happen automatically to your content. Here are the changes you can choose for your posts:

  • Change the status to “Draft”.
  • Delete the post.
  • Send the post to the Trash.
  • Change the status to “Private”.
  • Enable the “Stick to the top of the blog” option.
  • Disable the “Stick to the top of the blog” option.
  • Remove all existing categories, and add new categories.
  • Keep all existing categories, and add new categories.
  • Keep all existing categories, except for those specified in this change.
  • Move the post to a custom status (available in the Pro version)

Click here for details on scheduling post changes.

Custom Workflows to Schedule Content Changes

With PublishPress Future Pro, you can build Action Workflows. These allow you to update your content using custom workflows with multiple steps and schedules. Here are some examples of what you can do with Action Workflows:

  • Email the site admin when a post is updated.
  • Change the post status to “Trash” a week after it was published.
  • 15 days after the post is published, move the post to the “Draft” status and add a new category.
  • 1 year after a post is published, send an email to the author asking them to check the content.

Click here for details on workflows for changes.

Display the Action Date in Your Content

PublishPress Future allows you to place automatically show the expiry or action date inside your articles. The date will be added at the bottom of your post.

Click here to see the Footer Display options.

You can use shortcodes to show the expiration date inside your posts. You can customize the shortcode output with several formatting options.

Click here to see the shortcode options.

Choose Actions Defaults for Post Types

PublishPress Future can support any post type in WordPress. Go to Settings > PublishPress Future > Defaults and you can choose default actions for each post type.

Click here to see the default options.

PublishPress Future Email Notifications

The PublishPress Future plugin can send you email notifications when your content is changed. You can control the emails by going to Settings > PublishPress Future > General Settings.

Click here to see the notification options.

Integrations With Other Plugins

In PublishPress Future Pro it is possible to schedule changes to your posts based on metadata. This makes it possible to integrate PublishPress Future with other plugins. For example, you can create a date field in the Advanced Custom Fields plugin and use that to control the date for Future Actions.

When you are using an integration, there are five types of data that you can update in PublishPress Future:

  • Action Status: This field specifies if the action should be enabled.
  • Action Date: This field stores the scheduled date for the action.
  • Action Type: This field stores the type of action that will be executed.
  • Taxonomy Name: The taxonomy name for being used when selecting terms.
  • Taxonomy Terms: A list of term’s IDs for being used by the action.

Click here to see how to integrate Future with other plugins.

Import the Future Actions

PublishPress Future Pro supports imports from external data sources. You can import posts and automatically create Future Actions associated with those posts.

The best approach is to use the Metadata Scheduling feature. If you’re using a plugin such as WP All Import, you can match up the import tables with the fields you have selected in the Metadata Scheduling feature.

Click here to see how to import data for Future Actions.

Details on How Post Changes Works

For each expiration event, a custom cron job is scheduled. This can help reduce server overhead for busy sites. This plugin REQUIRES that WP-CRON is setup and functional on your webhost. Some hosts do not support this, so please check and confirm if you run into issues using the plugin.

Click here to see the technical details for this plugin.

Logs for All Your Post Changes

PublishPress Future Pro allows you to keep a detailed record of all the post updates. PublishPress Future records several key data points for all actions:

  • The post that the action was performed on.
  • Details of the post update.
  • When the change was made to the post.

Click here to see more about the logs feature.

Join PublishPress and get the Pro plugins

The Pro versions of the PublishPress plugins are well worth your investment. The Pro versions have extra features and faster support. Click here to join PublishPress.

Join PublishPress and you’ll get access to these nine Pro plugins:

Together, these plugins are a suite of powerful publishing tools for WordPress. If you need to create a professional workflow in WordPress, with moderation, revisions, permissions and more… then you should try PublishPress.

Bug Reports

Bug reports for PublishPress Future are welcomed in our repository on GitHub. Please note that GitHub is not a support forum, and that issues that are not properly qualified as bugs will be closed.

[3.4.2] – 15 Jul, 2024

Added

  • Add the current date and time to date preview in the date/time offset setting field, #840

Fixed

  • Optimized the date/time offset validation requests in the Post Types settings, #840
  • Fix error message in the date/time offset setting field, #841
  • Fix user capabilities check in the block editor, #727
  • Update ES, FR, and IT translations, #859

Changed

  • Change the text in the promo screen for the Actions Workflow feature, #867

[3.4.1] – 02 Jul, 2024

Added

  • Implement add promo screen for Actions Workflows, #777
  • Implement the post_id attribute to the futureaction shortcode, #814

Fixed

  • Fix some translations in ES, FR, and IT languages, #798
  • Fix “no future actions” message in the scheduled actions list, #788
  • Try to avoid fatal error for wrong argument counting
  • Minor issues pointed by PHPCS
  • Escape an exception message

Changed

  • Update language files
  • Improve the exception message when the date/time offset is invalid
  • Update composer files for dev dependencies

[3.4.0.1] – 20 Jun, 2024

Fixed

  • Fix fatal error for low level users when PublishPress menu is not available, #803
  • Fix wrong action date on the future action panel, #802

Changed

  • The interface PublishPress\Future\Modules\Expirator\Interfaces\ActionArgsModelInterface has changed:
    • Method setCronActionId now returns void instead of ActionArgsModelInterface
    • Method setPostId now returns void instead of ActionArgsModelInterface
    • Method setArgs now returns void instead of ActionArgsModelInterface
    • Method setArg now returns void instead of ActionArgsModelInterface
    • Method setCreatedAt now returns void instead of ActionArgsModelInterface
    • Method setEnabled now returns void instead of ActionArgsModelInterface
    • Method setScheduledDate now returns void instead of ActionArgsModelInterface
    • Method setScheduledDateFromISO8601 now returns void instead of ActionArgsModelInterface
    • Method setScheduledDateFromUnixTime now returns void instead of ActionArgsModelInterface
    • Method convertUnixTimeDateToISO8601 is now public
    • Method convertISO8601DateToUnixTime is now public
  • Improve exception message when the date/time offset is invalid

[3.4.0] – 20 Jun, 2024

Added

  • In the JS context, implemented a way to extend the future action panel using SlotFill FutureActionPanelAfterActionField and setting extra fields to the panel, right after the action field
  • Add a new filter to allow filtering the options of the future action being scheduled: publishpressfuture_prepare_post_expiration_opts
  • Add method scheduleRecurringAction to the CronToWooActionSchedulerAdapter to schedule recurring action
  • Add method scheduleAsyncAction to the CronToWooActionSchedulerAdapter to schedule async action
  • In the JS context, added the slot FutureActionPanelTop to the beginning of the future panel

Changed

  • Added $unique and $priority arguments to the scheduleSingleAction method in the CronToWooActionSchedulerAdapter class
  • Method scheduleRecurringAction renamed to scheduleRecurringActionInSeconds in the CronToWooActionSchedulerAdapter class
  • Added argument $clearOnlyPendingActions to the method signature clearScheduledAction to the CronInterface interface
  • Changed the method clearScheduledAction in the class CronToWooActionSchedulerAdapter adding new argument $clearOnlyPendingActions, allowing to remove running actions
  • The plugin activation and deactivation callback functions were moved from the main file to independent files
  • Change the admin menu names for clarity
  • Update the promo sidebar for mentioning the Actions Workflow feature

Fixed

  • Fix error when quick-edit data is not available, #730
  • Fix dependency of the enqueued scripts for the future action box. Add ‘wp-i18n’, ‘wp-components’, ‘wp-url’, ‘wp-data’, ‘wp-api-fetch’, ‘wp-element’, ‘inline-edit-post’, ‘wp-html-entities’, ‘wp-plugins’ as dependencies
  • Updated ES, FR and IT translations, #698
  • Redirects to the settings page after activating the plugin, #764
  • Fix access to the View Debug settings tab when debug is disabled
  • Fix the position of the “Upgrade to Pro” and “Settings” menu items in the admin bar

[3.3.1] – 19 Mar, 2024

Added

  • Add validation for the date and time offset in the settings page, #683
  • Add form validation to the settings panel
  • Add form validation to the metabox panel
  • Add a date preview to the date/time offset setting field

Changed

  • The actions to move posts to another status where grouped in a single action, with a dropdown to select the status, #668
  • The actions “draft”, “private” and “trash” are deprecated in favor of “change-status”, #668
  • The metadata hash key has now a prefix “_” marking it as a private key, #695
  • Improved the name of some actions
  • Change the label of the field to select terms when “Replace all terms” is selected, #664

Fixed

  • Make it impossible to choose dates in the past, #443
  • Enter key submits quick-edit panel when selecting a taxonomy term, #586
  • The name of the taxonomy in the actions field is now updated in the settings panel when the taxonomy is changed, #676
  • Possible to add an action using an empty category setting, #587
  • Fix language files for ES, IT, FR, #685
  • Fix inconsistent text in the filter for “Pending” actions, #673
  • Improve the message when no actions are found: “No Future Actions”, #666

Screenshots

  • You can select future action dates in the right sidebar when you are editing a post. This works with Gutenberg, the Classic Editor, and most page builder plugins.
  • You can modify action dates using the “Quick Edit” and “Bulk Edit” modes. This enables you to quickly add automatic actions to as many posts as you need.
  • PublishPress Future allows you to modify, remove or completely delete content when the scheduled date arrives.
  • The PublishPress Future plugin can send you email notifications when automatic actions happen on your content.
  • PublishPress Future allows you to choose action dates for post, pages, WooCommerce products, LearnDash classes, or any other custom post types.
  • PublishPress Future allows you to automatically show the scheduled date inside your articles. The action date will be added at the bottom of your post. You can also use shortcodes to show the action date and customize the output.
  • The PublishPress Future plugin creates a log of all the modified posts. This allows you to have a detailed record of all the automatic actions for your posts.
  • PublishPress Future Pro supports custom statuses such as those provided by WooCommerce. This means that Pro users can set their content to move to any status in WordPress.

Installation

This section describes how to install the plugin and get it working.

  1. Unzip the plugin contents to the /wp-content/plugins/post-expirator/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Can I schedule changes to WooCommerce Products?

Yes, the PublishPress Future plugin allows you to schedule automatic changes to posts, pages and other content types including WooCommerce products. To enable this feature, go to Future > Post Types. Check the “Active” box in the “Product” area.

Click here for more details on WooCommerce changes

Can I schedule changes to Elementor posts?

Yes, the PublishPress Future plugin allows you to schedule automatic changes to posts, pages and other content types including WooCommerce products. To enable this feature, go to Future > Post Types. Check the “Active” box for the post type you’re using with Elementor.

Click here for more details on Elementor post changes

Reviews

July 4, 2024 1 reply
The best alternative to plugins in the category “paid subscription” per post or page (one-time and recurring payment too).I use in conjunction with the CHEKYA service.
April 11, 2024 1 reply
I love future so much, I am thankful everyday that it exists. That said, I wish that it is possible to have Publishpress Future automatically add a “noindex” meta tag to a page at a certain date.Francis
March 31, 2024 1 reply
Plugin is getting better. It also takes care the auto drafted posts, which is great. The only small criticism would be that I don’t need to be notified of the deletion of auto drafts. Thanks!!
Read all 158 reviews

Contributors & Developers

“Schedule Post Changes: Unpublish, Delete, Change Status, Trash, Change Categories and Tags with PublishPress Future” is open source software. The following people have contributed to this plugin.

Contributors

“Schedule Post Changes: Unpublish, Delete, Change Status, Trash, Change Categories and Tags with PublishPress Future” has been translated into 19 locales. Thank you to the translators for their contributions.

Translate “Schedule Post Changes: Unpublish, Delete, Change Status, Trash, Change Categories and Tags with PublishPress Future” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

The full changelog can be found on GitHub.