Don't use extract()
Closed this issue · 0 comments
brashrebel commented
WordPress itself has moved away from using extract()
for a number of compelling reasons. I think it would be beneficial to avoid using it, especially since I use an IDE which throws debugging errors because it perceives undefined variables.
This is a pretty easy fix.