diff --git a/wp-url2snapshot.php b/wp-url2snapshot.php index e79e656..7757043 100644 --- a/wp-url2snapshot.php +++ b/wp-url2snapshot.php @@ -96,7 +96,7 @@ class WP_URL2SNAPSHOT { $args = array( 'posts_per_page' => -1, 'post_type' => 'post', - 'post_status' => 'publish', + 'post_status' => 'any', ); $posts = get_posts( $args );