<?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>
									Quote, Reply, Like Hooks for custom push notification - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/quote-reply-like-hooks-for-custom-push-notification/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 15 Mar 2026 23:51:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Quote, Reply, Like Hooks for custom push notification</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/quote-reply-like-hooks-for-custom-push-notification/#post-53162</link>
                        <pubDate>Mon, 19 Apr 2021 20:14:36 +0000</pubDate>
                        <description><![CDATA[You should use the add action function for the following action hook. This hook sends three parameters. They are all array variables, containing all information about the current post, topic...]]></description>
                        <content:encoded><![CDATA[<p>You should use the add action function for the following action hook. This hook sends three parameters. They are all array variables, containing all information about the current post, topic and forum:</p>
<pre style="background-color: #ffffff;color: #000000;font-size: 12.0pt" contenteditable="false"><span style="color: #0000e5;font-style: italic">do_action</span>( <span style="color: #c64741">'wpforo_after_add_post'</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$post</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$topic</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$forum </span>)<span style="color: #313131">;</span></pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/quote-reply-like-hooks-for-custom-push-notification/#post-53162</guid>
                    </item>
				                    <item>
                        <title>Quote, Reply, Like Hooks for custom push notification</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/quote-reply-like-hooks-for-custom-push-notification/#post-53143</link>
                        <pubDate>Mon, 19 Apr 2021 18:12:10 +0000</pubDate>
                        <description><![CDATA[Hi team
I am developing a web plus a mobile app. I would like to know how can i find the Quote, Reply (@ someone), Like hooks so that i can develop custom push notification on both my WordP...]]></description>
                        <content:encoded><![CDATA[<p>Hi team</p>
<p>I am developing a web plus a mobile app. I would like to know how can i find the Quote, Reply (@ someone), Like hooks so that i can develop custom push notification on both my WordPress web and Mobile App, thanks!</p>
<p>I guess there must be a hook for these action because wpforo will send user email whenever these action is done (except Like). </p>
<p>Cheers!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>pyue6299</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/quote-reply-like-hooks-for-custom-push-notification/#post-53143</guid>
                    </item>
							        </channel>
        </rss>
		