Viewing 1 replies (of 1 total)
  • hopperograss

    (@hopperograss)

    Here’s what I found:

    The error comes from “class-wc-product-data-fields.php” in the plugin directory, line 152. It currently reads:

    if(!$field['tab_name']){
    //...
    }

    It should read:

    if(!isset($field['tab_name'])){
    //...
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Undefined index: tab_name’ is closed to new replies.