Skip to content

Improve AutoSuggest Field

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 22 Mar 15:08
· 20 commits to master since this release

Update autosuggest to work with other namespaces

  • Previous autosuggest would only work for resources under the wp/v2 namespace. Now you can pass in another namespace.

Update get_autosuggest_value to work with terms

  • Previously the autosuggest would only work with CPT’s. Now it works with all WP Resources.