array$states array of value/state. Each state is an array of the form
(task, text, active title, inactive title, tip (boolean), HTML active class, HTML inactive class)
or ('task'=>task, 'text'=>text, 'active_title'=>active title,
'inactive_title'=>inactive title, 'tip'=>boolean, 'active_class'=>html active class,
'inactive_class'=>html inactive class)
int$value The state value.
int$i The row index
string|array$prefix An optional task prefix or an array of options
bool$enabled An optional setting for access control on the action.
bool$translate An optional setting for translation.
string$checkbox An optional prefix for checkboxes.
Returns an array of standard published state filter options.
Parameters
array$config An array of configuration options.
This array can contain a list of key/value pairs where values are boolean
and keys can be taken from 'published', 'unpublished', 'archived', 'trash', 'all'.
These pairs determine which values are displayed.
Returns
array The array of standard published state filter options