-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unlisted post status and filter to admin post list. #40
Conversation
Update: I was able to get the PHPCS to run, and it found no problems with this file: ❯ ./vendor/bin/phpcs -p class-unlist-posts-admin.php --standard=PHPCompatibilityWP
. 1 / 1 (100%) |
Another update: I added localization for the 'Unlisted' post status string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to fix this up myself in a few days
Thank you for the PR @matthewmcvickar, I will get this merged and released in a few days |
Excellent! Thank you! |
btw @matthewmcvickar I created a few follow-up PRs #41 and #42 to add few more changes
|
Description
Screenshots
Unlisted post status added to post list item:
Unlisted post filter:
Types of changes
class-unlist-posts-admin.php
.How has this been tested?
Checklist: