Warning: Undefined array key “checked” in the directory
-
On my checkout page I have a warning popping up before I select any option or submit anything:
Warning: Undefined array key “checked” in the directory
The directory is the following:
/public_html/wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php on line 640
Lines 639-645 in that php file show the following:
$field = ''; if($args['checked']){ $value = 1; }else{ $value = 0; } $default_value = !empty($args['default']) ? esc_attr($args['default']) : 1;
Any solutions on how to fix whatever is going on? Thanks for any guidance. ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Warning: Undefined array key “checked” in the directory’ is closed to new replies.