PluginProbe
Friends / 4.3.2
Friends v4.3.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
← All changes | includes/class-user.php +1 -1 4.3.14.3.2 View file →
@@ -929,9 +929,9 @@
929 929 $remote_post_ids = array();
930 930 $existing_posts = new \WP_Query();
931 931 foreach ( array(
932 932 'post_type' => Friends::CPT,
933 - 'post_status' => array( 'publish', 'private', 'trash' ),
933 + 'post_status' => array( 'publish', 'private', 'trash', 'future' ),
934 934 'nopaging' => true,
935 935 'fields' => 'ids',
936 936 ) as $key => $value ) {
937 937 $existing_posts->set( $key, $value );