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:

Description

Gets a list of post statuses.

Related Functions

get_post_states, get_post_status, get_post_statuses, get_post_time, get_post_meta

Top Google Results

User discussions

wpseek mobile