• Good addition to the Elementor community, thank you πŸ™‚

    Few PHP NOTICE issues that need addressing.

    In the main file dz-elementor-addon.php the variable $i is undefined. If its a must use then you can open the foreach loop with $i = 0; just before the $widget_file variable.

    Files: ProductCategories1Widget.php and Products1Widget.php
    For both files line 34 is not required + the variable $title is not defined

    In both the files above + the PostsWidget.php use wp_reset_postdata() only instead of wp_reset_query(). Do not use a combination of both.

The topic ‘PHP Errors (Notices)’ is closed to new replies.