Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this support events/filters? #2

Open
jhyland87 opened this issue Jan 18, 2016 · 1 comment
Open

Does this support events/filters? #2

jhyland87 opened this issue Jan 18, 2016 · 1 comment

Comments

@jhyland87
Copy link

Im looking for a plugin system I can use that will allow users to add functionality, and take advantage of events/filters that already exist in the application. I can see that Architect allows you to install plugins that add functionality that can be used by the system and other plugins, but does it allow you to add/apply filters? (WPs add_filter() and apply_filters() for example), or add/apply actions/events?

@easeway
Copy link
Owner

easeway commented Jan 19, 2016

My understanding is (correct me if I'm wrong) you want the plugin system automatically populate a stack of filters from plugins and you application simply apply the filters, right?
That's a piece can be built on top of js-plugins which currently discovers and loads plugins on the lower-level and leaves application the flexibility to use the plugins in anyway they want (e.g. organize the loaded plugins as a stack of filters).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants