WordPress Themes Development Question:

Tell me the ternary conditional operator in PHP language?

WordPress Theme Development Interview Question
WordPress Theme Development Interview Question

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 :.


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