pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.06k stars 265 forks source link

WP_Query integration for table-based storage #7280

Open sc0ttkclark opened 3 months ago

sc0ttkclark commented 3 months ago

Hook into WP_Query for meta_query and other references to pod fields to support traversal and automatically handle JOINs and proper field aliases for the corresponding fields.

This would allow for supporting fields on Post Types that have table-based storage.