John Blackbourn

Results 494 comments of John Blackbourn

@lkraav QM does this for assets blocked by the Airplane Mode plugin, which works by converting the source URL into an `Airplane_Mode_WP_Error` object which is just a `WP_Error` object with...

This is ultimately going to be enabled by #483, but it's going to take a few more months as I'm very busy at the moment.

I've been working on the client-side rendering in #483 but it's a slow-burner that I work on when I have spare time. No ETA just yet. 🤞

Thanks, there have been a few reports of this but I've not fixed it so far because I'd like to get to the root cause of the problem. I'll try...

Thanks, this is a general problem with the WordPress admin toolbar when the number of menu items in it causes it to overflow. I'll have a think about how to...

Yeah this is sort of a feature originally intended for when you're viewing the PHP errors panel. If there are no errors then is disappears, if there are some then...

Thanks for the report. Can you get a full stack trace for those errors? Eg via Xdebug.

You're not the first person to ask. The `+X` number represents the number of non-standard query variables that are present in the request, in your case the `bla2` query variable...

Those anchor links are remnants from how QM used to work, they don't do anything now. The short answer is I don't think this is possible. The function you want...

Yes I'm planning on implementing this in a similar manner to how [the wp profile command for WP-CLI](https://github.com/wp-cli/profile-command) does it. No ETA for now though.