Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping locations #2490

Closed
corsacca opened this issue May 28, 2024 · 0 comments · Fixed by #2503
Closed

Mapping locations #2490

corsacca opened this issue May 28, 2024 · 0 comments · Fixed by #2503
Assignees
Labels

Comments

@corsacca
Copy link
Member

Fix hard coded table name.
wp_usermeta and wp_corresponds_to_contact

Also make sure the user is a user on the current subsite. See issue below.

image

LEFT JOIN wp_usermeta AS um ON ( u.ID = um.user_id AND um.meta_key = 'wp_corresponds_to_contact' )

A location in london:
image

But the opened user has:
image

Their user has no options saved:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants