Paul Biron

Results 102 comments of Paul Biron

> So, a plugin would do: I just realized that I forgot to show the sitemap that would be generated by the suggested mods above: ``` https://example.com bar ```

Thanx! Yeah, I saw that filter and at first thought it was promising. But then I realized it was for `WP_Error` codes. I guess until a version of QM is...

> I guess until a version of QM is released that has a filter like I'm asking for I could wrap my calls to `wp_remote_head()` in a method and have...

I have a patch that works for my use case. Let me sit on it for a few days and see if I can think of any situations where it...

I should also say that I have an approach that I'd prefer to the PR I opened yesterday, but it would require a bigger change to QM and in the...

Here's a typical use case I have (for which I have used shortcodes for years), for which I do not think the format API is suitable, but I would love...

> You could probably create a stand alone block and allow for additional text to be added around it if needed. I'm not sure what you mean by that. The...

@realstephenzhao and @Gwillison415 I think the URL for that section of the handbook has changed. Try https://developer.wordpress.org/block-editor/how-to-guides/format-api/#step-3-apply-a-format-when-clicked

@seb86 thanx for raising this. It makes me wonder whether the UI (i.e., the presence of the enable/disable links) should be keyed on the return value from core's `auto_update_plugin`. That...