Skip to content

Commit

Permalink
WC: fix untranslated options in product variations (qtranslate#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
spleen1981 authored Apr 2, 2022
1 parent 1107c11 commit 324f3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/woo-commerce/qwc-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ function qtranxf_wc_add_filters_admin() {
}

add_filter( 'woocommerce_attribute_taxonomies' , 'qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage' );
add_filter( 'woocommerce_variation_option_name' , 'qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage' );
}

qtranxf_wc_add_filters_admin();
Expand Down

0 comments on commit 324f3f6

Please sign in to comment.