true); $post_types = get_post_types($args); $users = 21; $sentences = array(); //10 word sentences for($i=0; $iprepare("(%s, %s,%s, %d, %s, %s)", $post_title, $post_name, $post_status, $post_author, $post_content, $post_date); array_push($insert_data, $value); usleep(100); } if (function_exists('wp_suspend_cache_addition')) wp_suspend_cache_addition(true); if (!empty($insert_data)) { $insert_data = implode(', ',$insert_data); $query = "INSERT IGNORE INTO {$wpdb->posts} (post_title, post_name, post_status, post_author, post_content, post_date) VALUES $insert_data"; $wpdb->query($query); } if (function_exists('wp_suspend_cache_addition')) { wp_suspend_cache_addition(false); } }