Alle Fahrzeuge

Ergebnisse 1 – 12 von 25 werden angezeigt

Nach oben scrollen
WordPress Cookie Plugin von Real Cookie Banner /* Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { $tabs['description']['title'] = __( 'Beschreibung' ); // Rename the description tab $tabs['additional_information']['title'] = __( 'Technische Daten' ); // Rename the additional information tab return $tabs; }