10up / Engineering-Best-Practices

10up Engineering Best Practices
https://10up.github.io/Engineering-Best-Practices/
MIT License
760 stars 205 forks source link

add paragraph about meta_queries and NOT_EXISTS #356

Closed moraleida closed 2 years ago

moraleida commented 3 years ago

Description of the Change

Fixes #355

Adds a paragraph discouraging the use of "EXISTS" or "NOT_EXISTS" as comparison methods to query for post meta. Please see full description as examples in the Issue.

Checklist:

Applicable Issues

355

Changelog Entry

jeffpaul commented 3 years ago

@bengreeley would appreciate review from you on this, thanks!