js-plugins
js-plugins copied to clipboard
Does this support events/filters?
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?
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).