Tagged Questions
4
votes
1answer
295 views
How to change “Draft” string for status of custom post type to “Unavailable”?
ANSWER MOD: just an important mod to the chosen answer:
// check if you actually have drafts; also avoids extra '|' separator
if (isset($views['draft'])) {
// 'Drafts' should be added (and come ...