Updated Release Testing Instructions WooCommerce 5.6 (markdown)
parent
637ef4d9ee
commit
55b5fa60c1
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue