Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] bp-reshare filter name for the loop


  • planetoffitness
    Participant

    @planetoffitness

    hey guys

    i created a code for the bp activity loop.
    this one:

    function demo_parse( $retval ) {
    	// existing BP/bbP activities
    	// remove the one you wont to see from that list
    	$retval['action'] = '
    		activity_update,
    		rtmedia_update,
    		bbp_topic_create,
    		last_activity,
    		new_event,
    		new_avatar,
    		new_blog_post, 		
    	';	
    
    	return $retval;
    	
    	}

    But now i need the “filter name” for my reshared posts (this is a plugin called: bp-reshare).
    For exemple: bp_reshare?

    I tried everything but nothing works…
    🙁

    Please help

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar