Peter Sorensen
Peter Sorensen
**Is your enhancement related to a problem? Please describe.** Providing access to the correct APIs is difficult as there are many options and it's not clear what should be selected:...
Is it possible to delay the closing of the popover? I would like to display feedback to the user within the popover when text is copied to the clipboard.
### Description of the Change This adds a display to the admin bar to indicate the current environment type based on the WP_ENVIRONMENT_TYPE config variable. Most useful for increasing awareness...
### Describe the bug After installing a fresh `wp-scaffold` project using the `project` command, included png images cause the build to break. If I delete the included .pngs in themes/{theme-name}/assets/images,...
### Description of the Change This PR adds Azure Language Services as a provider and adds it to the Excerpt Generation feature. Closes #159 ### How to test the Change...
### Is your enhancement related to a problem? Please describe. The codebase currently contains instances of `wp_remote_get` which does not pass VIP's coding standards. #786 introduces a `safe_remote_get` helper function...