• I’m getting alot of undefined index errors for my theme with debug on that I’m trying to fix.
    Notice: Undefined index: default in /home/zeaksorg/public_html/test/wp-content/themes/leggero/functions.php on line 534 but there’s more than just that line, 574, 591, 403, 404, 448, 443 etc etc
    This is line 534
    $$key = get_option($shortname.'_'.$key, $option['default']);

    I’m assuming it’s something those lines are referencing

    This is a link to my functions file
    https://pastebin.com/uw0f2cZq

    Any help is appreciated, thanks.

  • The topic ‘Undefined index errors’ is closed to new replies.