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 8618 to 8624

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 19th March 2024 04:35 Europe/London time based on the source file dated 11th March 2024 14:25 Europe/London time.