Skip to content
New issue

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

Query monitor not working with application password in the REST API #907

Open
jonnynews opened this issue Oct 10, 2024 · 0 comments
Open

Comments

@jonnynews
Copy link

jonnynews commented Oct 10, 2024

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.

if ( current_user_can( 'view_query_monitor' ) ) {
return true;
}

This returns false current_user_can( 'view_query_monitor' ) and is_user_logged_in() also return false.

Repository owner deleted a comment Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant