1302* @since 4.4.01303* @since 5.7.0 The attachment post type is now passed through this filter.1304*1305* @param string$post_status The post status.1306* @param WP_Post$post The post object.1307*/1308returnapply_filters('get_post_status',$post_status,$post);1309}13101311/**1312* Retrieves all of the WordPress supported post statuses.1313*1314* 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.