Devin

Results 21 comments of Devin

Good question that I don't have a good answer for unfortunately. I've been looking at the activator and deactivator classes myself today and am going to go look through any...

As quick follow up: https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/issues/178

I've not really looked at anything with the new editor yet. It looks like it would all live inside the admin folder with the js, css in those folders and...

Technically no, the requirements are still 5.2.4+. The recommended specs have been bumped to 5.6+. That said, I'm planning on adding an autoloader and redoing the organization of the plugin...

There is a 95% done PR for that here if you want to start from that: https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/pull/371

You can edit your own plugin however you want to and put the code wherever you want. I have a walk through on writing a plugin using the boilerplate here...

Thanks for the test plugin. I was just going to try this out. I'm not sure about the singleton either and really I had been thinking about adding one in...

You totally could @essentique . It can cause some hurdles when building out tests but it has been a while since I've been in the weeds to get into the...

There is a PR from a long time ago up that includes one https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/pull/371 If I remember correctly it had a single issue that we never got addressed but otherwise...

If you have a full public repo I can look at it.