• I was getting this error:
    PHP Warning: Undefined array key “navbar-split” in public_html/wp-content/plugins/woocommerce-ajax-filters/main.php on line 1575

    on this line:
    $sidebars_widgets = $sidebars_widgets[$index];

    It can be solved by doing this check first:
    if(array_key_exists($index, $sidebars_widgets)){

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Thank you for information. We will add fix for this in next plugin release.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Remove PHP warning’ is closed to new replies.