WordPress – Using PHP, can I put a foreach statement into a transient?
I'm working in WP with PHP, and am trying to lessen my loading time for a function that grabs a bunch of data. I was thinking a transient would work, and(as you can see below) I got the courses query…