Tung Du
Tung Du
Fixes #6841 #### Accessibility - [ ] I've tested using only a keyboard (no mouse) - [ ] I've tested using a screen reader - [ ] All animations respect...
- [ ] The Search block is rendered as expected on the front end. - [ ] The Search block is a variation when using WP ≥ 6.1 or Gutenberg...
## What? This PR adds a new experimental prop to `` allows users to select the first matching suggestion for an incomplete token by pressing the Enter key. This is...
### Description of the Change This PR loads textdomain properly, allowing distributor to ship translations with future release. Props @sebastienserre for reporting this. ### Verification Process See #660 ### Checklist:...
### Description of the Change Use `wp_insert_post` instead of `save_post` to update syndicated posts. `wp_insert_post` is the last action when updating a post, use it will ensure distributor update remote...
### All Submissions: * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?...
**Describe the bug** Our method for checking if WooCommerce is active or not works in most cases. But not the following. **To Reproduce** Steps to reproduce the behaviour: 1. Make...
This issue is a roadmap/checklist for our next version of WC Vendors which introduces a better file structure and naming inspired by WooCommerce, a new commission system, improved order management...
**Is your enhancement related to a problem? Please describe.** GitHub recently released [the markdown support](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) for the action summary. It'd be nice if this action can leverage that feature to...
**Is your enhancement related to a problem? Please describe.** We don't run any linter before committing for now. This may lead to inconsistent coding styling and syntax errors get committed....