Sometimes it would be useful to track changes in publishing status throughout time, but WP revisions will always inherit the parent's publishing status..
This plugin enables saving the post status with each revision, so you can track publishing status where you have many users and accountability is desirable..
You can use this to set up posttypes to track without using the options page.
Exactly the inverse of the previous hook ** What you disable on this hook takes precedence to what you in the tracked posttypes one..
If you are using the inside theme or another plugin, and want to disable the options page, you can just do add filter.
Activate the plugin through 'Plugins WordPress...
entry will be created on your post meta for each revision, that will be deleted whenever revision is deleted...
You need to enable support for any post type either through the settings page or using the appropriate filters...
PHP5.3 at minimum, but at least 5.4 is recommended...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more