woof_meta_options_separator
From v.2.2.6
Need to replace comma separator in options , useful if meta contains a comma as part of an option, example:
add_filter('woof_meta_options_separator', function ($sep) {
$sep = '|';
return $sep;
});
Troubles? Ask for Support!
