Provide an abstract to work with WordPress entities through collections.
Benefits:
- Any collection of elements has basic manipulation that doesn't require knowledge about the type.
- All collections can be filtered using
Criteria
, which can work before just as well as after hydration. If the requirements are met, the actual query is only done when you access an individual element inside of the collection. - ...
This is still a work-in-progress.