<?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/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Purge followers from one post - How-To and Troubleshooting				            </title>
            <link>https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 19 May 2026 16:03:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Purge followers from one post</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15599</link>
                        <pubDate>Wed, 22 May 2019 08:54:55 +0000</pubDate>
                        <description><![CDATA[Hi @eduardorms,Please add the following code in your active theme&#039;s functions.php file.  Please change the red marked code before using, set it the current post ID. // disable notifications ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @eduardorms,</p><p>Please add the following code in your active theme's functions.php file.  Please change the red marked code before using, set it the current post ID. </p><pre>// disable notifications from the specific (<span style="color: #ff0000"><strong>X</strong></span>) post<br />add_filter('wpdiscuz_email_notification', function ($val, $emailData, $comment) {<br />   if ($comment-&gt;comment_post_ID == <strong><span style="color: #ff0000">X</span></strong>) {<br />       $val = false;<br />   }<br />   return $val;<br />}, 1, 3);<br /><br />//  followers<br />add_filter('wpdiscuz_follow_email_notification', function ($val, $followerData, $comment) {<br />   if ($comment-&gt;comment_post_ID == <span style="color: #ff0000"><strong>X</strong></span>) {<br />       $val = false;<br />   }<br />   return $val;<br />}, 1, 3);</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15599</guid>
                    </item>
				                    <item>
                        <title>RE: Purge followers from one post</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15558</link>
                        <pubDate>Mon, 20 May 2019 17:25:50 +0000</pubDate>
                        <description><![CDATA[Thanks. Is there any example code of wpdiscuz_email_notification use?]]></description>
                        <content:encoded><![CDATA[<p>Thanks. Is there any example code of wpdiscuz_email_notification use?</p><p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>eduardorms</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15558</guid>
                    </item>
				                    <item>
                        <title>RE: Purge followers from one post</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15543</link>
                        <pubDate>Mon, 20 May 2019 10:38:32 +0000</pubDate>
                        <description><![CDATA[Hi @eduardorms,I&#039;m sorry, but there is no option for this. You should do it using wpdiscuz_email_notification hook.  I mean that disable the subscription for the current post using the hook.]]></description>
                        <content:encoded><![CDATA[<p>Hi @eduardorms,</p><p>I'm sorry, but there is no option for this. You should do it using wpdiscuz_email_notification hook.  I mean that disable the subscription for the current post using the hook.  </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15543</guid>
                    </item>
				                    <item>
                        <title>Purge followers from one post</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15519</link>
                        <pubDate>Fri, 17 May 2019 14:03:54 +0000</pubDate>
                        <description><![CDATA[I have a post with 5K+ comment followers and every comment generate a big mail server queue and slow down my server, 2 comments or 3 comments in sequence... doom. So, how can i purge the not...]]></description>
                        <content:encoded><![CDATA[<p>I have a post with 5K+ comment followers and every comment generate a big mail server queue and slow down my server, 2 comments or 3 comments in sequence... doom. So, how can i purge the notifications from this specific post? Thanks.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>eduardorms</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/purge-followers-from-one-post/#post-15519</guid>
                    </item>
							        </channel>
        </rss>
		