Support

Account

Home Forums General Issues “meta_query” requires manual update in the admin Reply To: “meta_query” requires manual update in the admin

  • Group field, the field has a value that was updated on the frontend with update_field(), I’m able to pull the value and display it normally.

    However, the problem is only when filtering with “meta_query”, I’m not able to pull users with that value unless I manually update the user in the backend (without changing anything).

    Just by doing that it will work and display the user in the loop, otherwise it doesn’t work, but I can’t manually update all users every time.

    So again, everything works, I can update the value and display it, etc. But when using “meta_query” to filter users it doesn’t work until I manually update that user.