Title: shortcode
Last modified: September 6, 2018

---

# shortcode

 *  Resolved [gregisle](https://wordpress.org/support/users/gregisle/)
 * (@gregisle)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/shortcode-598/)
 * Hi,
 * How do I find out the shortcode for the custom tabs ‘details’ and ‘shipping’ 
   on this page? I need to re-order the tabs so I have ‘description’, ‘details’,‘
   shipping’ and ‘additional information’ last. Any ideas please?
 * thanks,
    Greg
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-598%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [gregisle](https://wordpress.org/support/users/gregisle/)
 * (@gregisle)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/shortcode-598/#post-10662495)
 * Hi,
    Managed to solve it if it helps anybody else:
 * /**
    * Reorder product data tabs */ add_filter( ‘woocommerce_product_tabs’, ‘
   woo_reorder_tabs’, 98 ); function woo_reorder_tabs( $tabs ) {
 *  $tabs[‘description’][‘priority’] = 5; // Description first
    $tabs[‘details’][‘
   priority’] = 10; // Details second $tabs[‘additional_information’][‘priority’]
   = 15; // Additional information third $tabs[‘shipping’][‘priority’] = 20; // 
   Shipping last
 *  return $tabs;
    }

Viewing 1 replies (of 1 total)

The topic ‘shortcode’ is closed to new replies.

 * ![](https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-
   256x256.png?rev=1558461)
 * [Custom Product Tabs for WooCommerce](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [gregisle](https://wordpress.org/support/users/gregisle/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/shortcode-598/#post-10662495)
 * Status: resolved