1277* @since 4.4.01278* @since 5.7.0 The attachment post type is now passed through this filter.1279*1280* @param string$post_status The post status.1281* @param WP_Post$post The post object.1282*/1283returnapply_filters('get_post_status',$post_status,$post);1284}12851286/**1287* Retrieves all of the WordPress supported post statuses.1288*1289* 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.