Tag Archives: querystring

WordPress PHP: How to add URL Querystring Parameters to Your Plugin

wordpress-logo

WordPress is set up such that unknown URL GET parameters are ignored, a nice security/navigation feature to be sure, but an annoying one if you are developing a plugin that needs to allow for GET variables in order to control … Continue reading

Posted in PHP, Wordpress | Tagged , , , , , , , | Leave a comment

Avoid HTML Special Characters in Your Querystring

Completely flummoxed as to why something that worked perfect fine in some browsers simply didn’t work in others, I stopped to have a quick peek at what might be causing the problem and when I saw what it was, I couldn’t help but break out into laughter. Continue reading

Posted in Technology & Code | Tagged , , , , , | Leave a comment