WordPress Themes Development Question:

Explain me what is the ternary conditional operator in PHP?

WordPress Theme Development Interview Question
WordPress Theme Development Interview Question

Answer:

Expression preceding the ? is evaluated, if it’s true, then the expression preceding the : is executed, otherwise, the expression following : is executed.


Previous QuestionNext Question
Do you know what is the default prefix of wordpress tables?Tell me how is creating a site on wordpress.org different from wordpress.com?