Woocommerce: how to order product tabs?

How to order product tabs in single product view?

PHP
10 lines
1
2
3
4
5
6
7
8
9
10
add_filter( 'woocommerce_product_tabs', 'reordered_wc_tabs', 98 );
function reordered_wc_tabs( $tabs ) {
if (!empty($tabs))
{
$tabs['description']['priority'] = 5;
return $tabs;
}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

 

Published by

Silver

HTML/CSS spetsialist, PHP/MySQL & JavaScripti taltsutaja. Wordpressi ekspert - Wordpressi kodulehe tegemine, hooldus, taastamine, turvalahendused, SEO, themed ja pluginad. Magento entusiast. Veebifirma UusWeb.ee eestvedaja. Blogija aastast 2005.

Kiirrulluisutamise (Inline speed skating) sõltlane, jooksudistantside läbija ja (maantee-) rattasõidu harrastaja Sporditarvete e-poe Spordihai.ee taganttõukaja.

Leave a Reply

Your email address will not be published. Required fields are marked *