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