Skip to:
Content
Pages
Categories
Search
Top
Bottom

Request for put hook and filters


  • priyam1234
    Participant

    @priyam1234

    I used latest version of buddypress and wordpress also .
    IN current buddypress when user join group that time new activity will creat . but i cant stop it using hook .

    groups_record_activity(
    array(
    ‘type’ => ‘joined_group’,
    ‘item_id’ => $group_id,
    ‘user_id’ => $user_id,
    )
    );

  • You must be logged in to reply to this topic.
Skip to toolbar