do_action( 'bp_first_activity_for_member', int $user_id )
Fires inside the recording of an activity item.
Description Description
Use this action to detect the very first activity for a given member.
Parameters Parameters
- $user_id
-
ID of the user whose activity is recorded.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |