<?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>
									Flag emojis being replaced with link to svg in the text editor (but working in the comments itself) - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 16 Sep 2026 06:12:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Flag emojis being replaced with link to svg in the text editor (but working in the comments itself)</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-30288</link>
                        <pubDate>Tue, 21 Apr 2026 13:37:06 +0000</pubDate>
                        <description><![CDATA[I found a solution to this. I&#039;m not sure why the support team here aren&#039;t able to fix this or reveal why it&#039;s happening, but here&#039;s the code for your functions.php:
&nbsp;
```

/**
 * D...]]></description>
                        <content:encoded><![CDATA[<p>I found a solution to this. I'm not sure why the support team here aren't able to fix this or reveal why it's happening, but here's the code for your functions.php:</p>
<p>&nbsp;</p>
<p>```</p>
<div>
<div><span>/**</span></div>
<div><span> * Disable WordPress emoji SVG conversion to prevent wpDiscuz rich editor breaking emoji rendering</span></div>
<div><span> */</span></div>
<div><span>remove_action</span><span>(</span><span>'wp_head'</span><span>, </span><span>'print_emoji_detection_script'</span><span>, </span><span>7</span><span>);</span></div>
<div><span>remove_action</span><span>(</span><span>'wp_print_styles'</span><span>, </span><span>'print_emoji_styles'</span><span>);</span></div>
<div><span>remove_filter</span><span>(</span><span>'the_content_feed'</span><span>, </span><span>'wp_staticize_emoji'</span><span>);</span></div>
<div><span>remove_filter</span><span>(</span><span>'comment_text_rss'</span><span>, </span><span>'wp_staticize_emoji'</span><span>);</span></div>
<div><span>remove_filter</span><span>(</span><span>'wp_mail'</span><span>, </span><span>'wp_staticize_emoji_for_email'</span><span>);</span></div>
<div><span>remove_filter</span><span>(</span><span>'comment_text'</span><span>, </span><span>'wp_staticize_emoji'</span><span>);</span></div>
<div>```</div>
</div>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>anus_diver</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-30288</guid>
                    </item>
				                    <item>
                        <title>RE: Flag emojis being replaced with link to svg in the text editor (but working in the comments itself)</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-26164</link>
                        <pubDate>Mon, 28 Oct 2024 12:58:09 +0000</pubDate>
                        <description><![CDATA[@dermoment1608 
This comes from the rich editor and cannot be resolved on the wpDiscuz plugin side. However, you might want to check out the wpDiscuz – Emoticons addon, which includes flags...]]></description>
                        <content:encoded><![CDATA[<p>@dermoment1608 </p>
<p>This comes from the rich editor and cannot be resolved on the wpDiscuz plugin side. However, you might want to check out the wpDiscuz – Emoticons addon, which includes flags.<br /><br />For more information, visit: https://gvectors.com/product/wpdiscuz-emoticons/</p>
<p> </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/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-26164</guid>
                    </item>
				                    <item>
                        <title>RE: Flag emojis being replaced with link to svg in the text editor (but working in the comments itself)</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-26156</link>
                        <pubDate>Sun, 27 Oct 2024 12:36:50 +0000</pubDate>
                        <description><![CDATA[By the way, in this forum it works: if I post “IT” into the text editor, I don’t see the flag, but the emoji code, and the flag is visible in the written post.&#x1f1ee;&#x1f1f9;]]></description>
                        <content:encoded><![CDATA[<p>By the way, in this forum it works: if I post “IT” into the text editor, I don’t see the flag, but the emoji code, and the flag is visible in the written post.<br /><br />&#x1f1ee;&#x1f1f9;</p>
4127
4128]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>DerMoment1608</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-26156</guid>
                    </item>
				                    <item>
                        <title>Flag emojis being replaced with link to svg in the text editor (but working in the comments itself)</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-26155</link>
                        <pubDate>Sun, 27 Oct 2024 12:23:57 +0000</pubDate>
                        <description><![CDATA[I have a problem with flag emojjis. While inserting them into the comment text editor box while being on a Windows computer they get replaced by a link to a svg-file. 

An after posting th...]]></description>
                        <content:encoded><![CDATA[<p>I have a problem with flag emojjis. While inserting them into the comment text editor box while being on a Windows computer they get replaced by a link to a svg-file. </p>
4119
<p>An after posting the comment the get replaced by a link. </p>
4120
<p>I already know what is causing the problem. It's about Windows not having flag emojis, so they can't be rendered. If I paste a flag emoji into the text editor wih mobile phone or on Ubuntu the flag shows. <br /><br />Now the thing is, that the plugin can display the flag emojis on Windows when the comments are written with the flag emoji (on a devices that can render the flag emojis). So there seems to exist some workaround for displaying the comments in the written comments.  </p>
4121
<p>Is there any way I can stop the text editor comment box to change the Emoji-Code into the svg-Link an Windows? I think displaying the flags should work if the unicode character wouldn't be changed (for example if it would still be "IT" for the Italian flag in the comment box), then the flag should be visible in the posted comment. <br /><br /></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>DerMoment1608</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/flag-emojis-being-replaced-with-link-to-svg-in-the-text-editor-but-working-in-the-comments-itself/#post-26155</guid>
                    </item>
							        </channel>
        </rss>
		