mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-18 15:50:19 +00:00
Patterns on the [https://wordpress.org/patterns/ Pattern Directory] can have keywords for better discoverability while searching. The way these are stored [https://github.com/WordPress/pattern-directory/commit/69548ff1f0326c4fd4d9ea7390c48b6d9d227055 was changed from a taxonomy to meta value], but the `/wp/v2/pattern-directory/patterns` endpoint was still pulling from that old value. The correct property to use for this field is `meta.wpop_keywords`, which returns a single string with comma-separated keywords. Props ryelle, TimothyBlynJacobs. See #56126. git-svn-id: https://develop.svn.wordpress.org/trunk@53665 602fd350-edb4-49c9-b593-d223f7449a82