WordPress Themes Development Question:
What is the method to define a constant?
Answer:
We can define a constant by using the below provided command
define() directive
The example of defining a Constant is (“WEBGRANTH”, 100);
define() directive
The example of defining a Constant is (“WEBGRANTH”, 100);
Previous Question | Next Question |
Explain which is the best multi-lingual plugin for wordpress? | Tell me what is the limitation to the depth of your categories? |