Re-ordering tab is not working
-
Hi
Re-ordering Tabs is not working.
add_filter( ‘woocommerce_product_tabs’, ‘woo_reorder_tabs’, 98 );function woo_reorder_tabs( $tabs ) {
$tabs[‘additional_information’][‘priority’] = 5; // Additional information Firts
$tabs[‘description’][‘priority’] = 10; // Description second
$tabs[‘reviews’][‘priority’] = 15; // Reviews Thirdreturn $tabs;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Re-ordering tab is not working’ is closed to new replies.