Share
## https://sploitus.com/exploit?id=03AC1008-5CA5-5916-BC4C-20F2CF37011D
## Introduction

Handy tool for developers to quickly test various WordPress queries (WP_Query, WP_User_Query, WP_Comment_Query, WP_Term_Query, WP_Network_Query, WP_Site_Query). Simply provide your arguments array and select the query type you would like to test. You will get the result as a collapsible tree.

## Screenshot
![Plugin Screenshot](https://raw.githubusercontent.com/lubusIN/wp-query-console/master/assets/screenshot-1.gif)


>**Disclaimer:** Plugin development is in progress & we are constantly improving the code. If you think code can be improved or have any suggestions, feel free to send a PR or [open an issue](https://github.com/lubusIN/wp-query-console/issues).

## Roadmap

 - More info about query for debugging
 - Code refactoring and improvement
 - UI for arguments
 - Saving queries
 - Localization

## Installation

***From your WordPress dashboard***
 1. Visit 'Plugins > Add New'
 2. Search for `WP Query Console`  or upload zip file
 3. Activate `WP Query Console` from your Plugins page

## Manual Installation
 1. [Download](https://wordpress.org/plugins/wp-query-console/) "WP Query Console".
 2. Upload the `wp-query-console` directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
 3. Activate `WP Query Console` from your Plugins page.

## Usage

- Simply activate and new menu option "Query Console" will be added
- Enter you query arguments array in editor provided, select query type from dropdown & hit execute
- Check the result displayed

## Changelog

Please see the [Changelog](https://github.com/lubusIN/wp-query-console/blob/master/CHANGELOG.md) for the details.

## Feedback / Suggestions

If you have any suggestions/feature request that you would like to see in the upcoming releases, feel free to let us know in the [issues section](https://github.com/lubusIN/wp-query-console/issues)

## Contributing

Thank you in advance if you wish to contribute to the `WP Query Console`. You can read the contribution guidelines [here](CONTRIBUTING.md)

Check the development tasklist [here](https://github.com/lubusIN/WP-Query-Console/projects/1), if something interests you or want to suggest something click [here](https://github.com/lubusIN/wp-query-console/issues)

## Security

If you discover any security related issues, please email to [ajit@lubus.in](mailto:ajit@lubus.com) instead of using the issue tracker.

## Credits

Maintained by [Ajit Bohra](http://https://twitter.com/ajitbohra)

## Meet Your Artisans

[LUBUS](http://lubus.in) is a web design agency based in Mumbai.





**License**

WP Query Console is an open-source software licensed under the [GPL 3.0 license](LICENSE)