• Resolved prodograw

    (@prodograw)


    hi,

    some of my products have <strong> in there titles and want to remove from the export I have added below code but unsure if correct filter?

    add_filter('woe_get_order_value_item_name',function ($value, $order,$fieldname) {
      
      $value= str_replace('<strong>','',$value);
      $value= str_replace('</strong>','',$value);
    
      return $value;
    },10,3);
    • This topic was modified 5 years, 8 months ago by prodograw.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change “Item Name”’ is closed to new replies.