stephanieleary / content-audit

Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review.
GNU General Public License v2.0
7 stars 7 forks source link

Toggle the audit status from the admin bar menu #22

Open MortimerCat opened 4 years ago

MortimerCat commented 4 years ago

The Admin bar drop down menu current only sets the status on the post. To turn off the status, you have to edit the post. This mod turns the drop down menu into a toggle that turns the status off and on.

It was a simple tweak - the current status was available courtesy of the check on the menu. This is passed as a parameter to the update method, which will add or remove the status as required.