[Resolved] Site Wide Activity Stream
- 
		Hi There, I am using the below code for filtering the Site Wide Activity which is working fine but it also applies on the members profile activity which is I don’t want. Please help. function bpfr_filtering_activity( $retval ) { // activities to filter on, comma separated $retval['action'] = 'new_forum_post, new_forum_topic'; return $retval; } add_filter( 'bp_before_has_activities_parse_args', 'bpfr_filtering_activity' );Thanks, 
Viewing 5 replies - 1 through 5 (of 5 total)
	
Viewing 5 replies - 1 through 5 (of 5 total)
	
- The topic ‘[Resolved] Site Wide Activity Stream’ is closed to new replies.