• Resolved Andries Jansen

    (@jansencws)


    Notice: Undefined index: title in G:\Websites\affiliates\goedkopegereedschappen.nl\httpdocs\wp-content\plugins\advanced-woo-search\includes\widget.php on line 24

    I’ve changed
    $title = apply_filters(‘widget_title’,$instance[‘title’],$instance,$this->id_base);

    in

    $title = apply_filters(
    ‘widget_title’,
    ( ! empty( $instance[‘title’] ) ? $instance[‘title’] : ” ),
    $instance,
    $this->id_base );

    Nice plugin!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Undefined index: title’ is closed to new replies.