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
When using REST API with an application password, I do see the "qm" key in the response, when I pass the ? _envelope=true.
? _envelope=true
Doing a var dump on these lines.
query-monitor/classes/Dispatcher.php
Lines 162 to 164 in 9b9a31c
This returns false current_user_can( 'view_query_monitor' ) and is_user_logged_in() also return false.
current_user_can( 'view_query_monitor' )
is_user_logged_in()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using REST API with an application password, I do see the "qm" key in the response, when I pass the
? _envelope=true
.Doing a var dump on these lines.
query-monitor/classes/Dispatcher.php
Lines 162 to 164 in 9b9a31c
This returns false
current_user_can( 'view_query_monitor' )
andis_user_logged_in()
also return false.The text was updated successfully, but these errors were encountered: