Skip to:
Content
Pages
Categories
Search
Top
Bottom

Which filter for new activity comment

  • @micheledisalvatore-1

    Participant

    Hi I’m trying to add a filter to manipulate activity comment content, but I’ve not found any filter. Is there one?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @danbp

    Participant

    the filter name is bp_activity_can_comment
    defined: bp-activity/bp-activity-template.php:3305

    More here

    @micheledisalvatore-1

    Participant

    Maybe my previous message wasn’t clear.

    What I’m trying to do is to take the content of an activity comment before saving it, to check the content, so my code will be:

    add_filter( '--> FILTER <--', 'commentChecker' );
    
    function commentChecker($content){
      ...
    }

    @henrywright

    Moderator

    bp_activity_content_before_save should do the trick.

    @micheledisalvatore-1

    Participant

    Thank you @henrywright, it was the right think that I was looking for.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Which filter for new activity comment’ is closed to new replies.
Skip to toolbar