WordPress Question:
Download Job Interview Questions and Answers PDF
How to define a constant?
Answer:
Via define() directive, like define (“MYCONSTANT”, 100);
Download WordPress (CMS) Interview Questions And Answers
PDF
Previous Question | Next Question |
How to pass a variable by value in WordPress? | Do you know Would I use print “$a dollars” or “{$a} dollars” to print out the amount of dollars in this example? |