首先author 参数被解析并附加到author__in 和author__not_in 查询参数。
然后author__in 或author__not_in 已处理数组。这些可以是从中创建的数组author 作为查询参数传递的参数或数组author__in / author__not_in or created from a mergion author 带的参数author__in / author__not_in 参数。
参数author__in 和author__not_in 是互斥的,因此只能使用其中一个。如果两者都给出,则author__not_in 将使用。
最后author_name 参数被处理并添加到where 条款虽然理论上它可以与任何其他参数一起使用,但效果将与author_name 已使用。