1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-06-25 05:30:32 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/includes
Tom McFarlin f332130569 moving all bootstrap code into this file, adding some getters for dependencies
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:34:16 -04:00
..
class-plugin-name-activator.php updating the docblocks 2014-05-03 15:28:04 -04:00
class-plugin-name-deactivator.php updating the docblocks 2014-05-03 15:28:04 -04:00
class-plugin-name-i18n.php de-subclassing this class and defining a domain attribute provided by setter injection 2014-05-08 18:10:22 -04:00
class-plugin-name-loader.php adding a collection for hooks and filters to distinguish between the hooks being added 2014-05-06 09:53:16 -04:00
class-plugin-name.php moving all bootstrap code into this file, adding some getters for dependencies 2014-05-08 23:34:16 -04:00
index.php Updating the text of the index file so that it matches all other WordPress files 2014-04-11 10:35:40 -04:00