Matthew Boynes

Results 80 comments of Matthew Boynes

In addition, the utility should audit for deleted content.

I believe the only things that would need to change are: - [ ] Parent's post status - [ ] Parent ID if the post is deleted - [ ]...

Interesting idea. Historically, I've used Bachhuber's dead-simple [Site Secrets](https://github.com/danielbachhuber/site-secrets) plugin for this. What I like most about a plugin approach is that I can disable it briefly if needed. I...

@kuuak I'm not sure that this PR will really address the issue, because updating the registry through the settings button might still leave some block registrations out depending on the...

Do you think that this is a necessary change for FM to make, or is it something that could easily be accomplished outside of FM? For instance... ```php $term =...

Laravel has [similar API docs](https://api.laravel.com/docs/12.x/index.html) and that uses [Doctum](https://github.com/code-lts/doctum)

Got this started in #887. The docs look and work great. As an MVP, we _could_ just merge that. But it would be far better if: 1. The docs were...

I closed #887 in favor of #888 and got that ball rolling, but it's not done. I did also one-time update https://api.fieldmanager.org/. - [x] The docs were moved to its...

I ran into this issue on a plugin as well even though that plugin uses `@wordpress/dependency-extraction-webpack-plugin` and, through that, was including `wp-polyfill` as a script dependency (and FWIW I confirmed...