WordPress Plugin Boilerplate Generator | Ready to use WordPress Plugin Boilerplate

As a WordPress Developer, I’ve been using the fantastic Tom McFarlin's WPPB foundation plugin[1] (now maintained by Devin Vinson) as my started plugin.

Every time I start working on a new plugin I find myself renaming files names, searching and replacing plugin-name, Plugin_Name , the packages, subpackages names, etc. All these tasks take me around 5-10 minutes every time, and I don’t like repeat unnecessary tasks.

At that time I was trying to work with NodeJS in a real project[2], and this was an excellent opportunity to do it. A small and personal project, So I expend about 3 hours in the core builder and 2 hours in the homepage and my little weekend project saw the light on November 16, 2014[3].

References

  1. ^ WPPB foundation plugin (github.com)
  2. ^ real project (github.com)
  3. ^ November 16, 2014 (web.archive.org)
keywords

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Linx
Search Linx by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
There is a qualitative and quantitative difference between a day that begins with a little exercise, a book, meditation, a good meal, a thoughtful walk, and the start of a day that begins with a smartphone in bed.
Unknown
Random CSS Property

::after (:after)

In CSS, ::after creates a pseudo-element that is the last child of the selected element. It is often used to add cosmetic content to an element with the content property. It is inline by default.
::after (:after) css reference