Improve AutoSuggest Field
Update autosuggest to work with other namespaces
- Previous autosuggest would only work for resources under the
wp/v2namespace. 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.