function ppom_select_option_label($label, $product) {
$select_option_label = ppom_wpml_translate(ppom_get_option('ppom_label_select_option', 'Select Option'), 'PPOM');
$label = $select_option_label;
return $label;
}
In my category view I still see English string: Select Option.
I found this in the translation files of WC Product Add-on, and it is translated, however, front-end keeps on showing english…..
Can you help me on this?