Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sbruner/2492ba2ffe8b5ae21152 to your computer and use it in GitHub Desktop.
Save sbruner/2492ba2ffe8b5ae21152 to your computer and use it in GitHub Desktop.
Piklist: filter: piklist_post_types: attribute: status
'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