WordPress Development Question:

Would you initialize strings with single quotes or double quotes?

Tweet Share WhatsApp

Answer:

Since the data inside the single-quoted string is not parsed for variable substitution, it's always a better idea speed-wise to initialize a string with single quotes, unless you specifically need variable substitution.

Download WordPress Expert PDF Read All 31 WordPress Expert Questions
Previous QuestionNext Question
Is a web site on WordPress secure?Why doesn't the following code print the newline properly?