<?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 | andrew_long15 | Mentions</title>
	<link>https://buddypress.org/members/andrew_long15/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/andrew_long15/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning andrew_long15.</description>
	<lastBuildDate>Fri, 24 Apr 2026 11:35:56 +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">8c9ccdd286c59abf5664c680b3d36655</guid>
				<title>Abhishek Saini replied to the topic Remove invite members link for group members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-334557</link>
				<pubDate>Mon, 08 Jul 2024 13:20:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/andrew_long15/" rel="nofollow ugc">@andrew_long15</a> , you can simply add this to remove the invites tab from the all groups.</p>
<p>add_filter( &#8216;bp_groups_user_can_send_invites&#8217;, &#8216;__return_false&#8217;  );</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d85343a3b120af456f343d2951b2e4ce</guid>
				<title>Anonymous User 16480907 replied to the topic Remove invite members link for group members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-325014</link>
				<pubDate>Thu, 16 Jun 2022 13:20:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/andrew_long15/" rel="nofollow ugc">@andrew_long15</a></p>
<p>use this code.</p>
<p>/**<br />
 * Removes send invite tab according to Group Invitations setting.<br />
 *<br />
 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 2.2.0<br />
 */<br />
function remove_send_invite_tab() {<br />
	if ( ! bp_is_group() || ( bp_is_current_action( &#8216;admin&#8217; ) &amp;&amp; bp_action_variable( 0 ) ) || is_super_admin() ) {<br />
		return;<br />
	}</p>
<p>	// Add the admin subnav slug you want to hide in the&hellip;<span class="activity-read-more" id="activity-read-more-3129493"><a href="https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-325014" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>