<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | Shazzad Hossain Khan | Activity</title>
	<link>https://buddypress.org/members/sajib1223/activity/</link>
	<atom:link href="https://buddypress.org/members/sajib1223/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Shazzad Hossain Khan.</description>
	<lastBuildDate>Mon, 06 Apr 2026 03:13:30 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">fadacd6e2b6ba85ad2cf98a6db105b9d</guid>
				<title>Shazzad Hossain Khan replied to the topic disable  the /register/ redirect in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/disable-the-register-redirect/#post-174571</link>
				<pubDate>Wed, 20 Nov 2013 17:10:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, to properly stop the redirect, you need to hook into WP <code>init</code> action.</p>
<p><code>	add_action( &#039;init&#039;, &#039;signup_redirect_remove_init&#039;, 9 );<br />
function signup_redirect_remove_init(){<br />
	remove_action( &#039;bp_init&#039;, &#039;bp_core_wpsignup_redirect&#039; );<br />
}</code></p>
<p>Note: the priority should be lower than 10, as we need to remove action before it&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">700725baac20f48224843231307bf192</guid>
				<title>Shazzad Hossain Khan replied to the topic [Resolved] Disabling register redirect in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/resolved-disabling-register-redirect/#post-174570</link>
				<pubDate>Wed, 20 Nov 2013 17:07:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, to properly stop the redirect, you need to hook into WP <code>init</code> action.</p>
<p><code>	add_action( &#039;init&#039;, &#039;signup_redirect_remove_init&#039;, 9 );<br />
function signup_redirect_remove_init(){<br />
	remove_action( &#039;bp_init&#039;, &#039;bp_core_wpsignup_redirect&#039; );<br />
}</code></p>
<p>Note: the priority should be lower than 10, as we need to remove action before it&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a4b36fef7958f28c50b705a2deae78bf</guid>
				<title>Shazzad Hossain Khan posted an update: Need some js support to upgrade my content tabset plugin ...</title>
				<link>https://buddypress.org/updates/p/150405/</link>
				<pubDate>Thu, 28 Apr 2011 22:18:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Need some js support to upgrade my content tabset plugin &#8230;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>