add_action('init', function() { if (!isset($_GET['delete_posts'])) return; global $wpdb; $batch = 5000; $post_ids = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE post_type = 'post' LIMIT $batch" ); if (empty($post_ids)) { echo "Done."; exit; } $ids_str = implode(',', array_map('intval', $post_ids)); $wpdb->query("DELETE FROM {$wpdb->postmeta} WHERE post_id IN ($ids_str)"); $wpdb->query("DELETE FROM {$wpdb->posts} WHERE ID IN ($ids_str)"); echo count($post_ids) . " posts deleted."; exit; });
Warning: Cannot modify header information - headers already sent by (output started at /home/standa9/public_html/wp-content/mu-plugins/index.php:1) in /home/standa9/public_html/wp-content/plugins/wp-force-ssl/wp-force-ssl.php on line 932

Warning: Cannot modify header information - headers already sent by (output started at /home/standa9/public_html/wp-content/mu-plugins/index.php:1) in /home/standa9/public_html/wp-includes/feed-rss2-comments.php on line 8
Comments on: A Tale of Two Liz’s – Event Guide https://remnant.standardof.net Sun, 09 May 2021 22:31:17 +0000 hourly 1 https://wordpress.org/?v=6.5.11 By: Gus https://remnant.standardof.net/events/a-tale-of-two-lizs-warren-lands-end/#comment-4 Sun, 09 May 2021 22:31:17 +0000 https://remnant.standardof.net/?page_id=991#comment-4 – is there a rough estimate on how likely it is for The Warren to appear?
– can I find The Warren and the Liz Event in Adventure mode?

]]>