Adds action to all post types to allow setting the publish date to specific date time..
The plugin uses input types of date and time to allow users to set the desired publish date time..
This is 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...
The easiest way to install this plugin is to go to Add New in the Plugins section of your blog admin and search for..
Activate the plugin through 'Plugins WordPress...
For example you could put this in your code to remove the action from the post type post. function my plugin bulk edit publish date post types { unset return $post types }..
Can I edit the 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 data before the post is saved...
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...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more