SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply return if you want to skip the current iteration.
return
Since you're in a function, if you return before doing anything else, then you have effectively skipped execution of the code below the return statement.