I\'m developing a plugin for wordpress, the parameter of the $ _GET is recorded in the database according to the preference of the User via the Wordpress Admin Panel. The follow
foreach($_GET as $key => $value){ if($key == "nosupport"){
} }