<?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>
									Reset Password Emails Subject - Bug Reports - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/general-forums-bug-reports/reset-password-emails-subject/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Apr 2026 23:20:47 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Reset Password Emails Subject</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/reset-password-emails-subject/#post-117161</link>
                        <pubDate>Fri, 23 Aug 2024 05:45:01 +0000</pubDate>
                        <description><![CDATA[Hi @ducky,
You can change it using small code in the Code Snippets plugin or directly in the functions.php file of your child WordPress theme:
function custom_reset_password_email_subject(...]]></description>
                        <content:encoded><![CDATA[<p>Hi @ducky,</p>
<p>You can change it using small code in the Code Snippets plugin or directly in the functions.php file of your child WordPress theme:</p>
<pre contenteditable="false">function custom_reset_password_email_subject($subject, $user_login, $user_data) {
    // Change the subject to your custom subject
    $subject = 'Your Custom Reset Password Subject';
    return $subject;
}
add_filter('retrieve_password_title', 'custom_reset_password_email_subject', 10, 3);</pre>
<p> </p>
<p>The doc: https://developer.wordpress.org/reference/hooks/retrieve_password_title/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/reset-password-emails-subject/#post-117161</guid>
                    </item>
				                    <item>
                        <title>Reset Password Emails Subject</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/reset-password-emails-subject/#post-117159</link>
                        <pubDate>Fri, 23 Aug 2024 05:39:42 +0000</pubDate>
                        <description><![CDATA[Hello, Could you please add a &quot;Message Subject&quot; box to the Reset Password Emails section in the next update?]]></description>
                        <content:encoded><![CDATA[<p>Hello, Could you please add a "Message Subject" box to the Reset Password Emails section in the next update<span>?</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Anonymous 217620</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/reset-password-emails-subject/#post-117159</guid>
                    </item>
							        </channel>
        </rss>
		