Vedanshu Jain
Vedanshu Jain
### All Submissions: - [ ] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [ ] Have you checked...
### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [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...
### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [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...
Certain plugins like Blocks and Application Tracker needs to build some js files in order to work. Creating a script to do that will be very convenient and will help...
For egs, this code will be passed by linter: ``` define( 'JETPACK_DEV_DEBUG', true); define( 'SAVEQUERIES', true ); define( 'SCRIPT_DEBUG', true ); define( 'MULTISITE', true ); ``` Should instead be ```...
We can remove this once select2 is added to the core. By default it will not be loaded or enabled, an option to enable it is also added.
Copied over from #47199 to add a unit test and a changelog. ### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). -...
### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...
### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...
### Describe the solution you'd like Currently, in [OrderTableQuery](https://github.com/woocommerce/woocommerce/blob/645e07ed8e2b21fe44a3ce32ecb68bd91d430b5f/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableQuery.php#L539) (and few other places), we only allow statuses that are registered for orders, which makes it unusable for different order types...