$args = array( 'meta_query' => array( array( 'key' => 'usergroup', 'value' => 'IS' 'compare' => 'IN' ) ) ); $users = get_users($args);.
確定! 回上一頁