What does the lower code mean (this is the lambda in the while-statement, then the colon after)? Based on JavaScript, I have no idea what this means or even how to look for it. Can someone explain this?
while ($query->have_posts()): $query->the_post();
Btw I got this from WordPress, but is the syntax pure PHP?
source
share