Title: Reorder
Last modified: August 31, 2019

---

# Reorder

 *  Resolved [rajnishk](https://wordpress.org/support/users/rajnishk/)
 * (@rajnishk)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/reorder-4/)
 * Hi,
 * I want to change the order in which the information is displayed. I got the following
   code snipped from woocommerce:
 * /**
    * Reorder product data tabs */ add_filter( ‘woocommerce_product_tabs’, ‘
   woo_reorder_tabs’, 98 ); function woo_reorder_tabs( $tabs ) {
 *  $tabs[‘reviews’][‘priority’] = 5; // Reviews first
    $tabs[‘description’][‘priority’]
   = 10; // Description second $tabs[‘additional_information’][‘priority’] = 15;//
   Additional information third
 *  return $tabs;
    }
 * Could you please tell me what identifier should I use instead of ‘additional_information’
   so as to access tab?
 * Thanks,
 * Rajnish
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Freorder-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Dotstore](https://wordpress.org/support/users/dots/)
 * (@dots)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/reorder-4/#post-11889394)
 * Hello [@rajnishk](https://wordpress.org/support/users/rajnishk/),
 * Thanks for reaching out to us.
 * You need to add below line for set the priority.
 * $tabs[‘wcpoa_product_tab’][‘priority’] = 2; // Additional information third
 * Which will display the first tab as a attachment information.
 * I hope this helps.
 * Thanks,
 *  Plugin Author [Dotstore](https://wordpress.org/support/users/dots/)
 * (@dots)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/reorder-4/#post-11939222)
 * Hello [@rajnishk](https://wordpress.org/support/users/rajnishk/),
 * Greetings!!
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.
 * Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reorder’ is closed to new replies.

 * ![](https://ps.w.org/woo-advanced-product-size-chart/assets/icon-256x256.png?
   rev=3011312)
 * [Product Size Charts Plugin for WooCommerce](https://wordpress.org/plugins/woo-advanced-product-size-chart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-advanced-product-size-chart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-advanced-product-size-chart/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-advanced-product-size-chart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-advanced-product-size-chart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-advanced-product-size-chart/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dotstore](https://wordpress.org/support/users/dots/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/reorder-4/#post-11939222)
 * Status: resolved