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.php on line 8
To help people get a better idea of the daily progress being made, we have established a public-facing Trello board where you can follow along with our current tasks, make comments and suggest new features, additions, updates or corrections.
You can find the Supreme Commander Guide Trello Board Here.
Current focus is finishing the Aeon unit pages and getting pictures for both those pages and the Cybran pages still missing unit pics. Tables of contents are another big priority and the last few pages, mostly focusing on unit comparisons, of the original guide by Robyrt will be imported and formatted once these tasks are completed.
Add Economy Pages
Finish Adding Aeon Unit Pages
Add Pictures – Cybran Units
Add Pictures – Aeon Units
Tables of Contents (Units)]]>