$widget_info is uncleared after passing it by reference to a loop
Hi, It is a fantastic plugin, thank you for it. I have a problem. The $panels_data is changed unexpectedly, because a variable passed by reference to a foreach loop and the variable is not cleared (unset) after the loop. This…