Skip to content

Instantly share code, notes, and snippets.

@gdnwebmedia
Created May 16, 2021 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdnwebmedia/b720b92d2dfc24fd05319bc9f1f4f643 to your computer and use it in GitHub Desktop.
Save gdnwebmedia/b720b92d2dfc24fd05319bc9f1f4f643 to your computer and use it in GitHub Desktop.
Readable version of wp_query output
printf( '<pre>%s</pre>', print_r( $wp_query, 1 ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment