How to use $_GET[] in wordpress template?

I try to use the $_GET[] array in a wordpress template page but I keep getting this error when I use it :

Fatal error: Can’t use function return value in write context in … on line …

Read More

If I comment every call to $_GET, the page displays without error.

How can I use the $_GET array in this case?

Thanks

Related posts

Leave a Reply

2 comments