Found Image http://plugins.svn.wordpress.org/bulk-edit-publish-date/assets/icon-256x256.png Bulk edit publish date | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
100%
5 Stars (7 votes)

WP.Org

ReadMe

Support
  • Author:
    Felix Eve
Version: 1.0
Requires: WP 4.7
Last Updated:2432 days ago
Downloads:2925
Tags:
    bulk, bulk actions, publish date
Download Plugin Package

Bulk edit publish date

Released on October 15, 2018.
Download Plugin Package

Version: 1.0

Adds a bulk action to all post types to allow setting the publish date to a specific date time.

  • Description
  • FAQ
  • Changelog
  • Installation


Adds a bulk action to all post types to allow setting the publish date to a specific date time.

The bulk action is by default applied to all post types.

The plugin uses input types of date and time to allow users to set the desired publish date / time.

This is a very lightweight plugin as has as little code as possible, and is also designed to be developer friendly with alter hooks allowing other plugins to make changes to how this plugin operates.

Can I edit the post types that this bulk action will apply to?

The post types that this should be applied to can be editing by using the bulk_edit_publish_date_post_types filter.

For example you could put this in your code to remove the bulk action from the post type "post":

add_filter('bulk_edit_publish_date_post_types', 'my_plugin_bulk_edit_publish_date_post_types');
function my_plugin_bulk_edit_publish_date_post_types($post_types) {
    unset($post_types['post']);
    return $post_types;
}

Can I edit the post data used to update the post before the post is saved?

Yes, the filter bulk_edit_publish_date_post_update_data can be used to make any changes to the update data before the post is saved.

Can I edit the admin notice before it's displayed?

Yes, the filter bulk_edit_publish_date_admin_notice can be used to make any changes to the admin notice before it's output to the screen.

1.0

  • First version released.


The easiest way to install this plugin is to go to Add New in the Plugins section of your blog admin and search for "Bulk edit publish date." On the far right side of the search results, click "Install."

If the automatic process above fails, follow these simple steps to do a manual install:

  1. Extract the contents of the zip file into your /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string 27VOL2 to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.