1281* @since 4.4.01282* @since 5.7.0 The attachment post type is now passed through this filter.1283*1284* @param string$post_status The post status.1285* @param WP_Post$post The post object.1286*/1287returnapply_filters('get_post_status',$post_status,$post);1288}12891290/**1291* Retrieves all of the WordPress supported post statuses.1292*1293* 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.