Skip to content

Commit

Permalink
update filters listing
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Jul 25, 2023
1 parent 7373a4c commit 7d0fe63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ If you need to set it up in your theme or plugin, you can use following filters

add_filter( 'woolab_icdic_vies_check', '__return_true' );

add_filter( 'woolab_icdic_vat_exempt_enabled', function(){
return "no"; // or "yes"
} );

add_filter( 'woolab_icdic_base_country', function(){
return "SK";
} );

### Update user meta while edition order details: `woolab_icdic_update_user_meta`
By default, if you edit order details, user profile is not touched. If you want to update user details when you add or edit ICO or DIC value, use this filter.

Expand Down

0 comments on commit 7d0fe63

Please sign in to comment.