<?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 | jordynn | Mentions</title>
	<link>https://buddypress.org/members/jordynn/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/jordynn/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning jordynn.</description>
	<lastBuildDate>Sat, 11 Apr 2026 14:31:15 +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">25224c76ae5f3d9048d0e397b78af133</guid>
				<title>pcwriter posted on the forum topic Hide Notification Settings in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hide-notification-settings/#post-89789</link>
				<pubDate>Mon, 14 Feb 2011 23:51:10 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/jordynn/" rel="nofollow ugc">@jordynn</a></p>
<p>To remove the notifications subnav item, add the following snippet to your functions.php file:<br />
<code>function remove_notifications_subnav(){<br />
	global $bp;<br />
	if ( $bp-&gt;current_component == $bp-&gt;settings-&gt;slug ) {<br />
		bp_core_remove_subnav_item($bp-&gt;settings-&gt;slug, &#039;notifications&#039;);<br />
	}<br />
}<br />
add_action( &#039;wp&#039;, &#039;remove_notifications_subnav&#039;, 2 );</code></p>
<p>This is&hellip;<span class="activity-read-more" id="activity-read-more-137244"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hide-notification-settings/#post-89789" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b4bfea2272c706a432dfce020e6c0e9</guid>
				<title>pcwriter posted on the forum topic Hide Notification Settings in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hide-notification-settings/#post-89779</link>
				<pubDate>Mon, 14 Feb 2011 22:02:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/jordynn/" rel="nofollow ugc">@jordynn</a></p>
<p>Add the following remove_action to your functions.php or bp-custom.php file:</p>
<p>remove_action( &#8216;bp_adminbar_menus&#8217;, &#8216;bp_adminbar_notifications_menu&#8217;, 8 );</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>