Shows PHP errors on settings page
-
When no category is selected there’s an error message because
$checked
isn’t defined.A simple workaround would be do define
$checked
like the other variables are:$options = get_option('exclude_cats'); $pag = 'exclude_cats'; $_cats = get_terms( 'category' ); $html = ''; $checked = '';
Please update the plugin accordingly. Thanks!
https://www.ads-software.com/plugins/simple-exclude-categories/
- The topic ‘Shows PHP errors on settings page’ is closed to new replies.