$comments = wp_cache_get('mycomments'); if ($comments == false) { $query = //some sql stuff $comments = $wpdb->get_results($query); ...
確定! 回上一頁