Closed rmccue closed 7 years ago
This changes client keys to be stored in the post_name for better performing lookups. It also ignores the meta_query we use on users; as it's an EXISTS query, it should be fast enough to not be an issue.
post_name
meta_query
This changes client keys to be stored in the
post_name
for better performing lookups. It also ignores themeta_query
we use on users; as it's an EXISTS query, it should be fast enough to not be an issue.