I'm creating a view that lists details for the current user. Some fields (user_login, for instance) will work, but I have custom user fields that I can't seem to filter by the logged in user.
If I add something like [types usermeta='my-custom-userfield'], it always shows the info for user 1.
I've also tried: [types usermeta='my-custom-userfield' users='[wpv-user field=ID]']. If I just add [wpv-user field=ID], it displays the correct user ID, but the filter doesn't work.
My Query filter will let me filter by users with an ID matching a URL parameter OR a shortcode attribute. How can I filter by logged in user?