Piklist custom statuses don’t show up in status column editor
hello,
I am using piklist to define custom statuses as follows:
,'status' => array(
'draft' => array(
'label' => 'Draft'
,'public' => true
)
,'active' => array(
'label' => 'Active'
,'public' => true
,'exclude_from_search' => false
,'show_in_admin_all_list' => true
,'show_in_admin_status_list' => true
)
,'past' => array(
'label' => 'Past'
,'public' => true
,'exclude_from_search' => false
,'show_in_admin_all_list' => true
,'show_in_admin_status_list' => true
)
,'discontinued' => array(
'label' => 'Discontinued'
,'public' => true
,'exclude_from_search' => false
,'show_in_admin_all_list' => true
,'show_in_admin_status_list' => true
)
)
This works as expected in the editor view; in the list/index view the current custom status does appear BUT when I attempt to change the status via inline editing it shows standard WordPress status array only: draft, pending review,private,published, trash.
Much appreciated,
Dimitry
You must be logged in to reply to this topic.