<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Subham Saurav</title>
    <description>The latest articles on DEV Community by Subham Saurav (@nonesubham).</description>
    <link>https://dev.to/nonesubham</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1145455%2Fae07632a-a074-436a-b660-0c7cd3933c5a.jpeg</url>
      <title>DEV Community: Subham Saurav</title>
      <link>https://dev.to/nonesubham</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nonesubham"/>
    <language>en</language>
    <item>
      <title>Need help for deleting a WordPress Cookie with setcookie() Not Working</title>
      <dc:creator>Subham Saurav</dc:creator>
      <pubDate>Sun, 03 Sep 2023 04:41:53 +0000</pubDate>
      <link>https://dev.to/nonesubham/need-help-for-deleting-a-wordpress-cookie-with-setcookie-not-working-1598</link>
      <guid>https://dev.to/nonesubham/need-help-for-deleting-a-wordpress-cookie-with-setcookie-not-working-1598</guid>
      <description>&lt;p&gt;I'm currently working on a WordPress plugin where I've set a cookie on the front end using PHP's &lt;code&gt;setcookie()&lt;/code&gt; function. However, I'm encountering an issue when trying to delete the cookie using &lt;code&gt;setcookie($cookie_name, '', time()-3600, '/')&lt;/code&gt;. It doesn't seem to work as expected, and the cookie persists. Can someone please help me understand what might be causing this problem and how to properly delete the cookie?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
