Explain me the procedure to pass a variable by value in wordpress?
Answer Posted / Prashant Pandey
In PHP (which WordPress is built on), variables are always passed by value by default. This means that changes made to a variable within a function do not affect the original variable outside of the function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers