I just solved it by add a if conditional to handle the missing key:
if (is_array($atts) && isset($atts[‘url’]) && !empty($atts[‘url’])) { $set_url = $atts[“url”]; } else { // Handle the case where “url” is missing or empty (e.g., display an error message) error_log(‘DonorBox iframe URL is missing.’); }
Ola,
Estou tendo os mesmo erro, porem eu retirei alguns campos obrigatorios do checkout. Como eu posso ver quais campos posso retirar ou como retirar campos obrigatorios corretamente.
Sorry!
Can you delete this topic please?