Reordering chart tab
-
I’m trying to place the chart tab on second, but I don’t know what to put for the chart tab on this snippet:
function reorder_chart_tab( $tabs ) { $tabs['description']['priority'] = 5; $tabs['']['priority'] = 10; // for the size chart $tabs['additional_information']['priority'] = 15; $tabs['reviews']['priority'] = 20; return $tabs; } add_filter( 'woocommerce_product_tabs', 'reorder_chart_tab', 98 );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Reordering chart tab’ is closed to new replies.