<?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>
									Hook for Flagging SPAM - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 15 Apr 2026 07:44:50 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Hook for Flagging SPAM</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/#post-15842</link>
                        <pubDate>Sat, 06 Aug 2022 11:02:20 +0000</pubDate>
                        <description><![CDATA[@asti Thank you so much!]]></description>
                        <content:encoded><![CDATA[@asti Thank you so much!]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>aaronmckeon</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/#post-15842</guid>
                    </item>
				                    <item>
                        <title>RE: Hook for Flagging SPAM</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/#post-15834</link>
                        <pubDate>Sat, 06 Aug 2022 07:41:25 +0000</pubDate>
                        <description><![CDATA[@aaronmckeon,
You can use this one: 
add_action( &#039;spammed_comment&#039;, &#039;my_function&#039;, 10, 2 );
function my_function($comment_ID, $comment) {
    // do whatever
}]]></description>
                        <content:encoded><![CDATA[<p>@aaronmckeon,</p>
<p>You can use this one: </p>
<pre contenteditable="false">add_action( 'spammed_comment', 'my_function', 10, 2 );
function my_function($comment_ID, $comment) {
    // do whatever
}</pre>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/#post-15834</guid>
                    </item>
				                    <item>
                        <title>Hook for Flagging SPAM</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/#post-15826</link>
                        <pubDate>Fri, 05 Aug 2022 10:19:07 +0000</pubDate>
                        <description><![CDATA[Can you tell me if there is a hook I can use that is fired when a comment is marked as SPAM?  I need this to trigger some additional custom action on the website for further combating SPAM. ...]]></description>
                        <content:encoded><![CDATA[<p>Can you tell me if there is a hook I can use that is fired when a comment is marked as SPAM?  I need this to trigger some additional custom action on the website for further combating SPAM.  Thanks.</p>
<p>-- Aaron</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>aaronmckeon</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/hook-for-flagging-spam/#post-15826</guid>
                    </item>
							        </channel>
        </rss>
		