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;
});
تحذيرلا يمكن تعديل معلومات الترويسة - تم إرسال الترويسات بالفعل بواسطة (بدأ الإخراج في /home/standa9/public_html/wp-content/mu-plugins/index.php:1) في /home/standa9/public_html/wp-includes/feed-rss2-comments.php متصل 8
تعليقات لموقع دليل إستراتيجية الطاقة الشمسية 2
https://solar2.standardof.net/ar/
نساعدك على التحسن في الألعاب لإبهار والدتكالأربعاء ، 21 أكتوبر 2020 17:52:31 +0000
ساعيا
1 https://wordpress.org/?v=6.5.11تعليق على مرحلة الكوكب (الكواكب الصغيرة والحياة) بواسطة SOE
https://solar2.standardof.net/ar/%d8%af%d9%84%d9%8a%d9%84-%d8%a7%d9%84%d8%b7%d8%a7%d9%82%d8%a9-%d8%a7%d9%84%d8%b4%d9%85%d8%b3%d9%8a%d8%a9-2/%d9%83%d9%88%d9%83%d8%a8-%d8%a7%d9%84%d8%a3%d8%b1%d8%b6/#comment-3
الأربعاء ، 21 أكتوبر 2020 17:52:31 +0000https://solar2.standardof.net/?page_id=78#comment-3ردًا على Boe.
No problem, happy to help! Also congrats on being the first comment on the new site! 😀
]]>
تعليق على مرحلة الكوكب (الكواكب الصغيرة والحياة) بواسطة Boe
https://solar2.standardof.net/ar/%d8%af%d9%84%d9%8a%d9%84-%d8%a7%d9%84%d8%b7%d8%a7%d9%82%d8%a9-%d8%a7%d9%84%d8%b4%d9%85%d8%b3%d9%8a%d8%a9-2/%d9%83%d9%88%d9%83%d8%a8-%d8%a7%d9%84%d8%a3%d8%b1%d8%b6/#comment-2
الأربعاء ، 21 أكتوبر 2020 16:19:34 +0000https://solar2.standardof.net/?page_id=78#comment-2Thanks for this! I’ve always wondered if there was a way to get more than 4 turrets but the Solar 2 wikia is very lacking in information.
]]>