• Please fix this as my debug.log is full of these notices:

    PHP Notice: Undefined index: image_size in wp-content/plugins/wp-sponsors/includes/class-wp-sponsors-widget.php on line 69

    I’d suggest changing line 69 to:

    $image_size = $instance['image_size'] ?? 'large';

    Thanks.

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