do_action_ref_array( 'bp_activity_before_save', BP_Activity_Activity $this )
Fires before the current activity item gets saved.
Description Description
Please use this hook to filter the properties above. Each part will be passed in.
Parameters Parameters
- $this
-
Current instance of the activity item being saved. Passed by reference.
Source Source
File: bp-activity/classes/class-bp-activity-activity.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |