<?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 | albert101 | Mentions</title>
	<link>https://buddypress.org/members/albert101/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/albert101/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning albert101.</description>
	<lastBuildDate>Mon, 20 Apr 2026 12:02:13 +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">6235d58d70e9b5ea9f076ef37ecd7871</guid>
				<title>Henry Wright replied to the topic wp_enqueue_script issue on activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/help-please-2/#post-191855</link>
				<pubDate>Wed, 10 Sep 2014 19:15:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/albert101/" rel="nofollow ugc">@albert101</a></p>
<p>If you copy and paste this into your theme&#8217;s functions.php file, it should work.</p>
<p><code>function my_dequeue_script() {<br />
    if ( bp_is_activity() )<br />
        wp_dequeue_script( &#039;xyz-custom-script&#039; );<br />
}<br />
add_action( &#039;wp_print_scripts&#039;, &#039;my_dequeue_script&#039;, 100 );</code></p>
<p>Your functions.php file will be located at:&hellip;<span class="activity-read-more" id="activity-read-more-301615"><a href="http://buddypress.org/support/topic/help-please-2/#post-191855" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">58796e7f7dcb363e2964f04182c08145</guid>
				<title>Hugo Ashmore replied to the topic wp_enqueue_script issue on activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/help-please-2/#post-191849</link>
				<pubDate>Wed, 10 Sep 2014 19:01:33 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/albert101/" rel="nofollow ugc">@albert101</a> try henrywrights code but you may want to change:</p>
<p><code>add_action( &#039;wp_enqueue_scripts&#039;, &#039;my_dequeue_script&#039;, 100 );</code></p>
<p>to:</p>
<p><code>add_action( &#039;wp_print_scripts&#039;, &#039;my_dequeue_script&#039;, 100 );</code> </p>
<p>The latter should work.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">34c4d499450ffde14ef075d1c2d44eff</guid>
				<title>Henry Wright replied to the topic wp_enqueue_script issue on activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/help-please-2/#post-191183</link>
				<pubDate>Wed, 10 Sep 2014 13:26:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello <a href="http://buddypress.org/members/albert101/" rel="nofollow ugc">@albert101</a></p>
<p>You can use <code>wp_dequeue_script()</code> to remove an enqueued script. For example:</p>
<p><code>function my_dequeue_script() {<br />
    if ( bp_is_activity() )<br />
        wp_dequeue_script( &#039;xyz-custom-script&#039; );<br />
}<br />
add_action( &#039;wp_print_scripts&#039;, &#039;my_dequeue_script&#039;, 100 );</code></p>
<p><strong>Ref:</strong>&hellip;<span class="activity-read-more" id="activity-read-more-301421"><a href="http://buddypress.org/support/topic/help-please-2/#post-191183" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>