1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-05 12:53:14 +03:00
Go to file
Tom McFarlin e29a775e76 completely refactoring the main plugin file
* leaving the de/activation code here for now
* moving all bootstrap code into class-plugin-name.php
* setting up this file to fire the plugin so that it's prepared to handle any hooks given to the loader
2014-05-08 23:33:47 -04:00
plugin-name completely refactoring the main plugin file 2014-05-08 23:33:47 -04:00
.gitignore Improved gitignore based on h5bp 2011-11-25 20:10:38 -05:00
ChangeLog.md updating the read me and change log to reflect the latest changes of the plugin 2014-05-03 15:29:17 -04:00
README.md updating the read me and change log to reflect the latest changes of the plugin 2014-05-03 15:29:17 -04:00

WordPress Plugin Boilerplate

  • Last Updated: 3 May 2014

This branch is currently for a rewrite of the WordPress Plugin Boilerplate.

This is experimental code and is not intended for us until it's been merged into the master branch.

Please review the ChangeLog for more information.