isset, variable with ‘=’
-
I have this URL:
https://www.mypage.com/?fwp_hidden_tags=gdgbI would like to write a condition with ‘isset’. It works:
if ( isset( $_GET['fwp_hidden_tags'] )
but I also want to include “=gdgb”. How do I write this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘isset, variable with ‘=’’ is closed to new replies.