then all these arguments go to $query_vars
as I can see from print_r($wp_query)
, so what’s the purpose of $query
here and how can I adjust the value of this property.
I’m curious because when I go to author template the query
property inside this page contains something like [author_name] => admin
?