This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_post_stati/
Returns an array of post status names or objects.
<code style="color: #000000"><span style="color: #0000BB"><?php get_post_stati</span><span style="color: #007700">( </span><span style="color: #0000BB">$args</span><span style="color: #007700">, </span><span style="color: #0000BB">$output</span><span style="color: #007700">, </span><span style="color: #0000BB">$operator </span><span style="color: #007700">); </span><span style="color: #0000BB">?></span></code>
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()