How cookies works in WordPress
-
I am integrating wordpress with magento and magento send a cookie to wordpress to know the language is choose. Magento creates the cookie but when I try this to call the cookie nothing happen
'
if (isset($_COOKIE[“idioma”]))
echo $_COOKIE[“idioma”] . “!;
`
any advise?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How cookies works in WordPress’ is closed to new replies.