I am trying to write a peace of code that will change the title of the page based on what is in the url query…
?page_id=62&action=register
so
if(action='register'){
do this
}else{
do this
}
how would I write this? I have never dealt with this before
1 Answer