You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: