0
votes
1answer
104 views

Cookie value cannot be read until I've logged into the WP admin

Once logged into the WP admin, I can refresh the front-end and see my cookie's value outputted as "hello world". If I log out of the admin, then refresh my front-end, the cookie's value is now ...
0
votes
0answers
351 views

Wordpress load without css and images [closed]

Pls. help, Im pulling my hear !! I got this strange situation: wordpress site work fine for year normaly, today i load site and its just load stripped html without styling and for second trouble I ...
-2
votes
1answer
678 views

Is it possible to tell if a user is logged into Wordpress from looking at the cookies which are set?

Is it possible to tell if a user is logged into Wordpress from looking at the cookies which are set on a site? If not, how could I add hooks to the login success and logout actions and set my own ...