Replies: 0
Hi there,
I get the warning message when add a new revolution slider element:
Warning: array_merge(): Argument #1 is not an array in ../wp-content/plugins/elementor/includes/base/controls-stack.php on line 1183
I tried to go to that line to see what happen and seem this call return false in Boolean not is an empty array:
$dynamic_settings = $control_obj->get_settings( ‘dynamic’ );
So, can you tell me why it return false and please update it should return empty array as default.
Thank you!