Flash messages for not logged in users
What I did is combining cookies with transients just as others suggested. Be aware that the cookie must be sent with other HTTP headers, so init must be called in the plugin registration area while read and write can be called later in the code, because they are database reads and writes. I use this … Read more