PHP notices in Popups in 2.8.1
-
Notice: Undefined index: before in wp-content/plugins/elementor/core/dynamic-tags/tag.php on line 41
Notice: Undefined index: after in wp-content/plugins/elementor/core/dynamic-tags/tag.php on line 45
Notice: Undefined index: fallback in wp-content/plugins/elementor/core/dynamic-tags/tag.php on line 53
These are displayed on all pages frontend and in the editor. Editing and updating the popup does not fix it.
Adding
isset( $settings[...] ) && …
on lines 41, 45, and 53 of tag.php fixes the issue.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP notices in Popups in 2.8.1’ is closed to new replies.