WordPress Support Officer Question:
How to pass the variable by value in WordPress?
Answer:
Just like in C++, put an ampersand in front of it, like $a = &$b.
Previous Question | Next Question |
Described constant? | Does a special set of tags <?= and ?> do in PHP? |