WordPress Themes Development Question:
Download Questions PDF

Tell me the ternary conditional operator in PHP language?

Answer:

Ternary Condition is a very popular operator in PHP which evaluates the expression preceding the ?. If the condition is true then it executes the expression preceding : and If the condition is false then it executes the expression following :.

Download WordPress Theme Development Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me in what case you don’t see plugin menu?Tell me can WordPress use cookies?