PHP Errors (Notices)
-
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
$iis undefined. If its a must use then you can open the foreach loop with$i = 0;just before the$widget_filevariable.Files: ProductCategories1Widget.php and Products1Widget.php
For both files line 34 is not required + the variable $title is not definedIn both the files above + the PostsWidget.php use
wp_reset_postdata()only instead ofwp_reset_query(). Do not use a combination of both.
The topic ‘PHP Errors (Notices)’ is closed to new replies.