stacc-dasso / woocommerce-extension

A Woocommerce extension that will communicate with STACC's API
0 stars 0 forks source link

Remove link data from "categories" in view_product user event. #80

Closed StiivoSiider closed 5 years ago

StiivoSiider commented 5 years ago

Currently, the categories data also has in itself link data. Task is to remove the link data and only keep the name of the link. For example:

categories: "Clothing"

Becomes:

categories: "Clothing"

Estimated effort: 2 hr