Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user confirmation] Problem with wpv-if

$
0
0

Nothing special only return a $_Get value

function getSearch_func(){

     $value=$_GET['s'];
 return $value;	
}
add_shortcode('getSearch', 'getSearch_func');

Viewing all articles
Browse latest Browse all 20145

Trending Articles