Published By

plugin banner

Track which user actually published a post, separate from who created the post. Display that info as a column in admin post listings.

Author:Scott Reilly (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:4.9.14
Plugin version:1.3
Added to WordPress repository:01-04-2014
Last updated:11-06-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://coffee2code.com/wp-plugins/published-b...
Total downloads:3 133
Active installs:70+
plugin download
Click to start download

This plugin records which user actually published a post, which in a multi-author environment may not always be the original post author. This helps to maintain accountability for who was ultimately responsible for a post appearing live on a site.

The admin listing of posts is amended with a new “Published By” column that shows the name of the person who published the post (for those posts that have actually been published). A dropdown above admin post listings allows for the listing to be filtered by a particular publishing user (but only includes posts with a known publishing user).

For posts that were published prior to the use of this plugin (and thus the plugin could not directly record who published those posts), the plugin makes a best guess attempt to ascertain who published the post. After failing to find the publisher of the post as recorded by the plugin, it checks for who last edited the post, then who is responsible for the latest revision of the post, and finally failing those, it assumes it was the post author. In cases where it had to go through this process, the name of the person it deduced as the likely publisher appears italicized and with a question mark at the end. If you’d rather the plugin not make an attempt to guess the publisher, you can disable the checks by including this snippet in your theme’s functions.php (or, ideally, a site-specific mu-plugin):

<?php add_filter( 'c2c_published_by_skip_guessing', '__return_true' ); ?>

Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage


Screenshots
FAQ
ChangeLog