Wordpress plugins
qstring-parameter

qstring-parameter

Version : 1.0
Tested up to : 3.6.1
Number of download : 1373
Average rating : 5 / 5 on 3 votes 3 votes, 5 avg.rating

Screenshots

qstring-parameter
qstring-parameter
qstring-parameter
qstring-parameter

Sometimes wordpress developers need to pass values through PHP’s GET method. For example, you need to pass your name to another page by GET method like http://yoursite.com/some-page/?myname=john&age=23 Now you need to retrieve myname and age variables, but wordpress is designed to ignore such things in URL. You get surprised when you don’t seen anything� with <?php print_r($_GET); ?> Hence, i decided to make a simple plugin that does this functionality. Qstring is a plugin to allow to access get parameters from query string or URL easily.

Download now