do_action( 'bp_activity_remove_user_favorite', int $activity_id, int $user_id )

Fires if bp_update_user_meta() is successful and before returning a true value for success.


Parameters Parameters

$activity_id

(int) ID of the activity item being unfavorited.

$user_id

(int) ID of the user doing the unfavoriting.


Source Source

File: bp-activity/bp-activity-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.2.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.