do every post, not just published ones
Peter Molnar hello@petermolnar.eu
Wed, 27 Jan 2016 13:25:16 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
wp-url2snapshot.php
→
wp-url2snapshot.php
@@ -96,7 +96,7 @@
$args = array( 'posts_per_page' => -1, 'post_type' => 'post', - 'post_status' => 'publish', + 'post_status' => 'any', ); $posts = get_posts( $args );