We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d852f0 commit cabd21bCopy full SHA for cabd21b
1 file changed
inc/class-mltools-elementor-config-generator.php
@@ -60,7 +60,7 @@ public function get_widgets_list( $elements ) {
60
$widgets = array();
61
62
foreach ( $elements as $element ) {
63
- if ( $element->elType === 'widget' ) {
+ if ( $element->elType === 'widget' && isset( $element->settings ) && is_object( $element->settings ) ) {
64
$widgetType = $element->widgetType;
65
$settings = (array) get_object_vars( $element->settings );
66
0 commit comments