Returns an array of post status names or objects.
<?php get_post_stati( $args, $output, $operator ); ?>
See wp_filter_object_list() for specific arguments list.
An array of post names or objects, depending on $output parameter.
Note: The return value is the $wp_post_statuses global passed through wp_filter_object_list() with parameters passed to the function.
get_post_stati() is located in wp-includes/post.php
.
get_post_status(), get_post_statuses, get_post_status_object(), register_post_status()