Get WP_Query query after execution?
It it possible to get the configuration of a the latest called WP_Query? I need to use it for debugging.
For example, if i run something like:
$the_query = new WP_Query( $args );
...
Could i get the $args array later by doing something like $the_query-args();
or something?
Topic wp-parse-args wp-query query Wordpress
Category Web