get_post_stati
get_post_stati ( $args = array(), $output = 'names', $operator = 'and' )
Parameters:- (array|string) args Optional. Array or string of post status arguments to compare against properties of the global `$wp_post_statuses objects`. Default empty array.
- (string) output Optional. The type of output to return, either 'names' or 'objects'. Default 'names'.
- (string) operator Optional. The logical operation to perform. 'or' means only one element from the array needs to match; 'and' means all elements must match. Default 'and'.
See:Returns:- (string[]|stdClass[]) A list of post status names or objects.
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Gets a list of post statuses.