Reply To: Uncheck all boxes in filter

#8153
fud
fud
Participant

Hi,

I was thinking maybe I have another version of the plugin? Lines 589 to 594 are as follows for me:

if ( ! isset( $options[‘categoryset’] ) || $options[‘categoryset’] == “” ) {
$options[‘categoryset’] = array();
}
if ( ! isset( $options[‘termset’] ) || $options[‘termset’] == “” ) {
$options[‘termset’] = array();
}

Thanks!