Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support stephjacq a11n

    (@stephjacq)

    Automattic Happiness Engineer

    Hi Anthony, try this:
    $tabs[‘seller’][‘priority’] = 1;

    Thread Starter Anthony Valentine

    (@npoutdoors)

    I don’t think it’s working either.

    This:

    add_filter( ‘woocommerce_product_tabs’, ‘woo_reorder_tabs’, 98 );
    function woo_reorder_tabs( $tabs ) {

    $tabs[‘seller’][‘priority’] = 1;

    return $tabs;
    }

    Did not work for me either.

    It’s going in the functions.php file right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Re-Ordering Tabs’ is closed to new replies.