Nothing special only return a $_Get value
function getSearch_func(){ $value=$_GET['s']; return $value; } add_shortcode('getSearch', 'getSearch_func');
Nothing special only return a $_Get value
function getSearch_func(){ $value=$_GET['s']; return $value; } add_shortcode('getSearch', 'getSearch_func');