Updated Release Testing Instructions WooCommerce 5.6 (markdown)

Tam Mullen 2021-07-26 12:15:40 +01:00
parent 637ef4d9ee
commit 55b5fa60c1
1 changed files with 3 additions and 1 deletions

@ -103,7 +103,9 @@ Please make sure to test it on Safari as well.
**Confirm the new filter is working** **Confirm the new filter is working**
1. Add this code to the `woocommerce-admin.php` file
1. Install and activate [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin.
2. Add a new snippet with the following code:
```php ```php
add_filter( 'woocommerce_admin_export_id', function ($export_id) { add_filter( 'woocommerce_admin_export_id', function ($export_id) {