Answer Posted / Mrinal Kaushick
In PHP (which is the backbone of WordPress), variables are passed by reference or by value. However, all variables except for objects are passed by value in WordPress. For passing a variable to a function, use `function_name($variable)`. To pass by reference, use `&$variable`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers