Automattic / vip-decoupled-bundle

WordPress VIP decoupled plugin bundle
29 stars 5 forks source link

Register DisplayNode interface that composes other interfaces #14

Closed chriszarate closed 3 years ago

chriszarate commented 3 years ago

Register a new DisplayNode interface that composes a set of common interfaces. This provides a new "generic" interface that can be queried across all post types, removing the need to customize queries to each WordPress implementation.