Woocommerce: how to order product tabs?

How to order product tabs in single product view?

add_filter( 'woocommerce_product_tabs', 'reordered_wc_tabs', 98 );

function reordered_wc_tabs( $tabs ) {
    if (!empty($tabs))
    {
        $tabs['description']['priority'] = 5;

        return $tabs;
    }
}

 

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 *