If you want to reorder product tabs, you can do this according to you wish as you want, just add the below code to your function.php.
If you have any query related to PHP language then ask at our PHP Developer Forum, which is a right place where you can post and look for PHP Programming Questions and Answers
<?php add_filter( 'woocommerce_product_tabs', 'FindNerd_woo_reorder_tabs', 90 ); function FindNerd_woo_reorder_tabs( $woo_tabs ) { $woo_tabs['reviews']['priority'] = 10; // Reviews first
- Read Full Blog at: How to Reorder Product Tabs
If you have any query related to PHP language then ask at our PHP Developer Forum, which is a right place where you can post and look for PHP Programming Questions and Answers
No comments:
Post a Comment