• When i add a select or radio input it show this warning for each option of the input.

    Warning: Undefined array key “id” in?…\wp-content\plugins\wpc-product-options\includes\class-frontend.php?on line?232

Viewing 1 replies (of 1 total)
  • They need to change this line with:

    $label_class = isset($field['id']) ? ('label-price-' . esc_attr( $field['id'])) : '';
Viewing 1 replies (of 1 total)
  • The topic ‘PHP warning in select and radio inputs’ is closed to new replies.