WpWodify\Loader
Loader Class
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
- // methods
- public Overlord add_action()
- public array get_actions()
- public Overlord add_filter()
- public array get_filters()
- protected array componentify()
- public Loader run()
Coverage
Methods | 100% | 6 / 6 |
Lines | 100% | 21 / 21 |
Members
protected
- $actions
—
array
A list of actions to add. - $filters
—
array
A list of filters to add.
Methods
protected
- componentify() — Takes string arguments, and turns them into an standardized array.
public
- add_action() — Adds an action to the list of actions.
- add_filter() — Adds an filter to the list of filters.
- get_actions() — Gets the actions,
- get_filters() — Gets the filters,
- run() — Runs the loader.
History
-
2016-01-06T13:06:39-05:00 (commit #73fb473)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
more moving things around a little, adding unit testing, fixing a few issues
-
2016-01-06T09:46:52-05:00 (commit #3958f5c)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Updating unit test coverage, adding a design folder for logo stuff, removing legacy code, removing procedural code from code coverage reports, updating composer requirements
-
2016-01-05T15:09:38-05:00 (commit #3d9ab65)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Provisional commit. Adding unit tests, updating existing unit tests. Starting to use the main plugin file to load new code, instead of prototype code
-
2015-12-31T10:01:00-05:00 (commit #ef9239c)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Fixing syntax issues, moving test files
-
2015-12-31T06:21:02-05:00 (commit #21de7cc)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Updating the installer, adding a template for admin settings
-
2015-12-31T05:49:44-05:00 (commit #307c02c)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Moving classes around to conform with WP coding standards regarding the naming convention of class files
-
2015-12-31T05:47:14-05:00 (commit #43a6d30)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Adding an Overlord (to rule all things), and a loader class. Also introducting an installer class. Updating other code to conform to WP coding standards (which, I personally don't agree with, but hey, whatevs)