add_filter( 'posts_where' , 'posts_where', 10, 2); function posts_where( $where, $query ) { global $wpdb,$wp_query; if ($query->query_vars['post_type'] ...
確定! 回上一頁