_post_states
_post_states ( $post, $display = true )
Parameters:- (WP_Post) post The post to retrieve states for.
- (bool) display Optional. Whether to display the post states as an HTML string. Default true.
See:Returns:- (string) Post states string.
Defined at:Change Log: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Echoes or returns the post states as HTML.