We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin should give some way to debug queries to API because building JS args is hard.
Simple solution could be when WP_DEBUG is true:
WP_DEBUG
$args
x-debug-args-before
WP_Query->query_vars
x-debug-args-after
The text was updated successfully, but these errors were encountered:
TeemuSuoranta
No branches or pull requests
This plugin should give some way to debug queries to API because building JS args is hard.
Simple solution could be when
WP_DEBUG
is true:$args
before query and send them to headerx-debug-args-before
WP_Query->query_vars
and send them to headerx-debug-args-after
The text was updated successfully, but these errors were encountered: