qstring-parameter

Contributors sakush100
Tags get, url, query, string, address
Requires at least 3.0
Tested up to 3.6
Stable tag trunk
Licence GPLv2 or later

Qstring

Author:Satish Kumar Sharma (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.6.1
Plugin version:1.0
Added to WordPress repository:17-08-2013
Last updated:17-08-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://phpbase.in/free-scripts/qstring-wordpr...
Total downloads:1 628
Active installs:100+
plugin download
Click to start download

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.