<?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 | Django | Activity</title>
	<link>https://buddypress.org/members/mediaformat/activity/</link>
	<atom:link href="https://buddypress.org/members/mediaformat/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Django.</description>
	<lastBuildDate>Wed, 15 Apr 2026 07:38:17 +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">9a572c301950ad9f1bdf90190a3a92c6</guid>
				<title>Django replied to the topic Looking for similar filter to pre_get_posts but for bp_search in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/looking-for-similar-filter-to-pre_get_posts-but-for-bp_search/#post-336893</link>
				<pubDate>Wed, 02 Apr 2025 15:35:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Unfortunately BuddyPress search doesn&#8217;t use WP_Query.</p>
<p>The best you can do with BuddyPress search is to use the <code>bp_search_query_results</code> filter.</p>
<p><code></code>`<br />
function bp_exclude_from_search( $search_results ) {<br />
    return array_filter( $search_results, function( $result ) {<br />
        $excluded_post_ids = array( 1, 2, 3 );<br />
        $excluded_post_types = array(&hellip;<span class="activity-read-more" id="activity-read-more-3746255"><a href="https://buddypress.org/support/topic/looking-for-similar-filter-to-pre_get_posts-but-for-bp_search/#post-336893" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>