Create the WP_User_Query object $wp_user_query = new ... Get the results $users = $wp_user_query->get_results(); // Check for results if (!empty($users)) ...
確定! 回上一頁