add_filter('posts_where', 'yoursite_posts_where', 10, 2); function yoursite_posts_where($where, $query) { global $wpdb; ...
確定! 回上一頁