Answer Posted / Siddhartha Chaturvedi
In WordPress, constants can be defined in PHP files by using the predefined PHP function 'define().'nExample:ndefine('CONSTANT_NAME', 'constant value');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers