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 8638 to 8644

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 17th April 2024 00:35 Europe/London time based on the source file dated 15th April 2024 17:00 Europe/London time.