With this filter you can adjust the title of the “Description”-tab. add_filter('at_product_tab_description_title', 'at_set_product_tab_description_title', 11, 1); function at_set_product_tab_description_title($title) { $title = 'Weitere Details'; return $title; } Was this article helpful? 5.00 / 5
Keine Kommentare vorhanden