<?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>
									How exactly to use the wpforo_message_bubble hook? - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 05:50:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How exactly to use the wpforo_message_bubble hook?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42632</link>
                        <pubDate>Fri, 12 Jun 2020 17:10:24 +0000</pubDate>
                        <description><![CDATA[@alvina got it, thank you!]]></description>
                        <content:encoded><![CDATA[@alvina got it, thank you!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>needurhelp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42632</guid>
                    </item>
				                    <item>
                        <title>RE: How exactly to use the wpforo_message_bubble hook?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42631</link>
                        <pubDate>Fri, 12 Jun 2020 17:10:08 +0000</pubDate>
                        <description><![CDATA[@fawp oh it&#039;s that easy? Thanks!!]]></description>
                        <content:encoded><![CDATA[@fawp oh it's that easy? Thanks!!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>needurhelp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42631</guid>
                    </item>
				                    <item>
                        <title>RE: How exactly to use the wpforo_message_bubble hook?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42625</link>
                        <pubDate>Fri, 12 Jun 2020 08:03:35 +0000</pubDate>
                        <description><![CDATA[Posted by: @needurhelp 
How exactly do I use the wpforo_message_bubble hook to disable to message bubble? I have to add some code to functions.php right?

Just adding this line in my them...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="9623" data-postid="42620" data-mention="needurhelp">
<div class="wpforo-post-quote-author"><strong> Posted by: @needurhelp </strong></div>
<p>How exactly do I use the <span>wpforo_message_bubble hook to disable to message bubble? I have to add some code to functions.php right?</span></p>
</blockquote>
<p>Just adding this line in my theme <em>functions.php </em>seems to do the trick.</p>
<p> </p>
<pre>add_filter( 'wpforo_message_bubble', false ) ;</pre>
<p> </p>
<p>It will however turn all the bubble messages off - Check out <a href="https://wpforo.com/community/postid/42499/" target="true">this post</a>.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42625</guid>
                    </item>
				                    <item>
                        <title>RE: How exactly to use the wpforo_message_bubble hook?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42624</link>
                        <pubDate>Fri, 12 Jun 2020 07:43:58 +0000</pubDate>
                        <description><![CDATA[Hi @needurhelp,
Yes, you should put this hook in your active WordPress theme functions.php file.]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@needurhelp,</span></p>
<p>Yes, you should<span> put this hook in your active WordPress theme </span><span><span style="color: #000080"><strong>functions.php </strong><span style="color: #000000">file</span></span>.</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42624</guid>
                    </item>
				                    <item>
                        <title>How exactly to use the wpforo_message_bubble hook?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42620</link>
                        <pubDate>Thu, 11 Jun 2020 23:19:51 +0000</pubDate>
                        <description><![CDATA[How exactly do I use the wpforo_message_bubble hook to disable to message bubble? I have to add some code to functions.php right?]]></description>
                        <content:encoded><![CDATA[<p>How exactly do I use the <span>wpforo_message_bubble hook to disable to message bubble? I have to add some code to functions.php right?</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>needurhelp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-exactly-to-use-the-wpforo_message_bubble-hook/#post-42620</guid>
                    </item>
							        </channel>
        </rss>
		