Closed dougblackjr closed 6 years ago
This changes the assign_variables function, which is deprecated, to use ee('Variables/Parser')->extractVariables(), on the ee3 branch.
assign_variables
ee('Variables/Parser')->extractVariables()
Hi Doug, I've fixed this on the EE3 branch. I added a conditional so Stash remains compatible with both EE3 and EE4.
This changes the
assign_variables
function, which is deprecated, to useee('Variables/Parser')->extractVariables()
, on the ee3 branch.