Today’s Solutions: December 14, 2024

Subscribe to The Optimist Daily

Need more good news? Become an Optimist and sign up for our daily or weekly newsletter, and get solutions delivered straight to your inbox. The Optimist Daily offer solutions-focused news, always free to those who need it, supported by those who can.

[insert_php]
$user_logged_in = false;
if (isset($_COOKIE[“HS_type”]) && !empty($_COOKIE[“HS_type”])) {
if ($_COOKIE[“HS_type”] == ‘Emissary’) {
$user_logged_in = true;
}
}
if(!$user_logged_in){
$news_letter_html =’

‘;
echo $news_letter_html2;
}[/insert_php]

Read our privacy policy here.