2018-04-19 09:45:03 +00:00
### All Submissions:
2021-02-25 23:51:14 +00:00
* [ ] Have you followed the [WooCommerce Contributing guideline ](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md )?
2018-04-19 09:45:03 +00:00
* [ ] Does your code follow the [WordPress' coding standards ](https://make.wordpress.org/core/handbook/best-practices/coding-standards/ )?
* [ ] Have you checked to ensure there aren't other open [Pull Requests ](../../pulls ) for the same update/change?
2018-04-18 22:20:20 +00:00
<!-- Mark completed items with an [x] -->
2018-04-19 09:45:03 +00:00
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
2018-04-18 22:20:20 +00:00
2018-04-19 09:45:03 +00:00
### Changes proposed in this Pull Request:
2018-04-18 22:20:20 +00:00
2019-04-01 11:15:59 +00:00
<!-- Describe the changes made to this Pull Request and the reason for such changes. -->
2018-04-18 22:20:20 +00:00
Closes # .
2018-04-19 09:45:03 +00:00
### How to test the changes in this Pull Request:
2018-04-18 22:20:20 +00:00
1.
2.
3.
2018-04-19 09:45:03 +00:00
### Other information:
2018-04-18 22:20:20 +00:00
2018-04-19 09:45:03 +00:00
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your changes, as applicable?
2019-04-01 11:15:59 +00:00
* [ ] Have you successfully run tests with your changes locally?
2018-04-18 22:20:20 +00:00
2018-04-19 09:45:03 +00:00
<!-- Mark completed items with an [x] -->
2018-04-18 22:20:20 +00:00
2018-04-19 09:45:03 +00:00
### Changelog entry
2018-04-18 22:20:20 +00:00
2019-04-01 11:15:59 +00:00
> Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.
2021-07-30 17:02:16 +00:00
### FOR PR REVIEWER ONLY:
* [ ] I have reviewed that everything is sanitized/escaped appropriately for any SQL or XSS injection possibilities. I made sure Linting is not ignored or disabled.