Created
January 14, 2016 04:01
-
-
Save sbruner/2492ba2ffe8b5ae21152 to your computer and use it in GitHub Desktop.
Piklist: filter: piklist_post_types: attribute: status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'status' => array( | |
'new' => array( | |
'label' => 'New', | |
'public' => false | |
) | |
,'pending' => array( | |
'label' => 'Pending Review', | |
'public' => false | |
) | |
,'demo' => array( | |
'label' => 'Demo', | |
'public' => true, | |
'exclude_from_search' => true, | |
'show_in_admin_all_list' => true, | |
'show_in_admin_status_list' => true | |
) | |
,'lock' => array( | |
'label' => 'Lock', | |
'public' => true | |
) | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment