Answer Posted / Naresh Singh
In WordPress, you can pass variables by value using PHP's standard variable passing methods. For example: <?php $var = 123; ?> Then use the variable anywhere in your code like: <?php echo $var; ?>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers