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
The loader registry has a method, filter that makes it possible to filter the results of a registry easily. It would be nice if there was also a find method that would simply return the first registry item that matches a search result.
The text was updated successfully, but these errors were encountered:
* Fixes incorrect references to "WP_error" #1 (#29)
* Introduces find method in Loader Registry. #28 (#30)
Resolves#28
* Issue/31 - Introduce middleware API (#33)
* Moves has_trait method in Underpin class. #31
This helper method is something that can be used outside of this system. With the trend of adding methods to Underpin as static methods, it makes sense to move this method, as well.
* Introduces Middleware API. #31
* Updates Readme #31
The loader registry has a method,
filter
that makes it possible to filter the results of a registry easily. It would be nice if there was also afind
method that would simply return the first registry item that matches a search result.The text was updated successfully, but these errors were encountered: