With this filter you can adjust the title of the “Similar Products”-tab. add_filter('at_product_tab_related_title', 'at_set_product_tab_related_title', 11, 1); function at_set_product_tab_related_title($title) { $title = 'Weitere Produkte'; return $title; } Was this article helpful? (No Ratings Yet)
Keine Kommentare vorhanden