In 91f7fc769184c1fc29d0f0057affb6b60be99272, 'ia_invitees' was marked as public=false, which means that this query var is discarded. The result is that all invitations are returned (that match the other params).
Looking at WP::parse_request(), I'm not sure it's possible to make a taxonomy queryable in the way described above while also preventing access to it via URL, though I need to dig into it a bit more.
Friend requests sent at account activation are set up like this:
In 91f7fc769184c1fc29d0f0057affb6b60be99272, 'ia_invitees' was marked as
public=false
, which means that this query var is discarded. The result is that all invitations are returned (that match the other params).Looking at
WP::parse_request()
, I'm not sure it's possible to make a taxonomy queryable in the way described above while also preventing access to it via URL, though I need to dig into it a bit more.