1341* @since 4.4.01342* @since 5.7.0 The attachment post type is now passed through this filter.1343*1344* @param string$post_status The post status.1345* @param WP_Post$post The post object.1346*/1347returnapply_filters('get_post_status',$post_status,$post);1348}13491350/**1351* Retrieves all of the WordPress supported post statuses.1352*1353* 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.