• Hello,

    with PHP7.2 I get this Warning:

    Warning: Illegal string offset ‘excluded_taxonomies’ in /home/tkmagad/htdocs/wp-content/plugins/categories-images/categories-images.php on line 32

    Bugfix:
    Navigate to the function z_init() and search for $zci_options = get_option('zci_options');

    Insert the following Code after the $zci_options variable.
    $zci_options = $zci_options ?: array();

    Can you please fix the Bug/Warning in the next Update?

    greets

    • This topic was modified 5 years, 8 months ago by adrexler.
  • The topic ‘PHP 7.2 Warning: Illegal string offset’ is closed to new replies.