Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_workflow_states()

Description

Utility to get all workflow states available in the system.

IMPORTANT: No permissions are being honoured on purpose! If you need to honour permissions @see get_editable_states()

Parameters

This function accepts no parameters.

Return

array

Location

include/resource_functions.php lines 8699 to 8705

Definition

 
function get_workflow_states()
    {
    global 
$additional_archive_states;

    
$default_workflow_states range(-23);
    return 
array_merge($default_workflow_states$additional_archive_states);
    }

This article was last updated 5th May 2024 11:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.