<?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>
									wpdiscuz_comment_author does not work properly - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 06 Mar 2026 23:40:04 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpdiscuz_comment_author does not work properly</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13487</link>
                        <pubDate>Tue, 22 Feb 2022 10:15:41 +0000</pubDate>
                        <description><![CDATA[solved.
thank you.]]></description>
                        <content:encoded><![CDATA[<p>solved.</p>
<p>thank you.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>sostenuto0606work1</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13487</guid>
                    </item>
				                    <item>
                        <title>RE: wpdiscuz_comment_author does not work properly</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13469</link>
                        <pubDate>Mon, 21 Feb 2022 09:51:29 +0000</pubDate>
                        <description><![CDATA[@sostenuto0606work1,
First of all, please remove the extra spaces in the code. It should look:
add_filter (&quot;wpdiscuz_comment_author&quot;, function ($authorName, $comment) {
   $authorName = &quot;...]]></description>
                        <content:encoded><![CDATA[<p>@sostenuto0606work1,</p>
<p>First of all, please remove the extra spaces in the code. It should look:</p>
<pre contenteditable="false">add_filter ("wpdiscuz_comment_author", function ($authorName, $comment) {
   $authorName = "Boss";
   return $authorName;
},10,2);</pre>
<p>Then navigate to <em>Dashboard &gt; wpDiscuz &gt; Settings &gt; General Settings</em> tab, click on the "<strong>Purge comments and users caches</strong>" button, then delete other plugin caches as well and check again. </p>
<p>Don't forget to press Ctrl+F5 (twice) on the frontend before checking.</p>]]></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/wpdiscuz_comment_author-does-not-work-properly/#post-13469</guid>
                    </item>
				                    <item>
                        <title>RE: wpdiscuz_comment_author does not work properly</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13466</link>
                        <pubDate>Mon, 21 Feb 2022 09:24:38 +0000</pubDate>
                        <description><![CDATA[Hello
 
Write to function.php
add_filter (&quot;wpdiscuz_comment_author&quot;, function ($ authorName, $ comment) {$ authorName = &quot;Boss&quot;;return $ authorName;},10,2);
It doesn&#039;t change.]]></description>
                        <content:encoded><![CDATA[<p>Hello</p>
<p> </p>
<p>Write to function.php</p>
<p>add_filter ("wpdiscuz_comment_author", function ($ authorName, $ comment) {<br />$ authorName = "Boss";<br />return $ authorName;<br />},10,2);</p>
<p>It doesn't change.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>sostenuto0606work1</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13466</guid>
                    </item>
				                    <item>
                        <title>RE: wpdiscuz_comment_author does not work properly</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13459</link>
                        <pubDate>Mon, 21 Feb 2022 08:22:10 +0000</pubDate>
                        <description><![CDATA[Hi @sostenuto0606work1,
Please clarify a bit what kind of code have you used?]]></description>
                        <content:encoded><![CDATA[<p>Hi @sostenuto0606work1,</p>
<p>Please clarify a bit what kind of code have you used? </p>]]></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/wpdiscuz_comment_author-does-not-work-properly/#post-13459</guid>
                    </item>
				                    <item>
                        <title>wpdiscuz_comment_author does not work properly</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13454</link>
                        <pubDate>Sun, 20 Feb 2022 05:29:23 +0000</pubDate>
                        <description><![CDATA[I can&#039;t change the comment author name with wpdiscuz_comment_author.Do you know the cause?
 
Version 7.3.11]]></description>
                        <content:encoded><![CDATA[<p>I can't change the comment author name with wpdiscuz_comment_author.<br />Do you know the cause?</p>
<p> </p>
<p>Version 7.3.11</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>sostenuto0606work1</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/wpdiscuz_comment_author-does-not-work-properly/#post-13454</guid>
                    </item>
							        </channel>
        </rss>
		