				
function beehiiv_subscribe() {
 $email = sanitize_email($_POST['email']);
 $api_key = 'YOUR_BEEHIIV_API_KEY';
 $publication_id = 'YOUR_PUBLICATION_ID';
 $response = wp_remote_post(
 "https://api.beehiiv.com/v2/publications/$publication_id/subscriptions",
 [
 'headers' => [
 'Authorization' => "Bearer $api_key",
 'Content-Type' => 'application/json'
 ],
 'body' => json_encode([
 'email' => $email,
 'reactivate_existing' => true,
 'send_welcome_email' => true
 ])
 ]
 );
 if (is_wp_error($response)) {
 wp_send_json_error('Subscription failed');
 } else {
 wp_send_json_success('Subscribed successfully');
 }
}
				<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//dailypositiveinfo.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap.xml</loc>
		<lastmod>2026-04-25T13:13:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap2.xml</loc>
		<lastmod>2024-06-28T18:58:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap3.xml</loc>
		<lastmod>2024-07-21T19:37:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap4.xml</loc>
		<lastmod>2025-03-10T21:31:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap5.xml</loc>
		<lastmod>2025-05-22T11:40:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap6.xml</loc>
		<lastmod>2025-09-26T09:17:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap7.xml</loc>
		<lastmod>2025-12-30T02:43:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap8.xml</loc>
		<lastmod>2026-03-28T20:46:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/post-sitemap9.xml</loc>
		<lastmod>2026-04-25T13:13:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dailypositiveinfo.com/page-sitemap.xml</loc>
		<lastmod>2026-04-24T20:28:58+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->