WordPress Development Question:
When are you supposed to use endif to end conditional statement?
Answer:
When the original if was followed by : and then the code block without braces.
Previous Question | Next Question |
Define a constant? | Tell me what does a special set of tags <?= and ?> do in PHP? |