Showing all users who match 2 meta fields with current user
You’re very close. First, make sure you’re using unique variable names. I have set $current_seeking_id for the meta key seeking_first and $current_team_id for the meta key team_manager. Next, you have to use these in your query to match. I’ve placed these variables at the value for your meta_query. This assumes that the seeking_first value matches … Read more