Forums
(@dsbetts)
3 years, 1 month ago
Also this:
Notice: Undefined index: id in /…/wp-content/plugins/credova-financial/includes/credova-admin.php on line 175
I expect both notices could be eliminated with an
if (…option_exits and isn’t false…) {
look in the array
}
type of code block.