Show only status update in Buddypress Activity Stream
function custom_query_filter( $query_string ) {
$query_string .= 'action=activity_update';
return $query_string;
}
add_filter( 'bp_dtheme_ajax_querystring', 'custom_query_filter' );
Advertisement
No trackbacks yet.