1303* @since 4.4.01304* @since 5.7.0 The attachment post type is now passed through this filter.1305*1306* @param string$post_status The post status.1307* @param WP_Post$post The post object.1308*/1309returnapply_filters('get_post_status',$post_status,$post);1310}13111312/**1313* Retrieves all of the WordPress supported post statuses.1314*1315* Posts have a limited set of valid status values, this provides the
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.