do_action( 'bp_activity_screen_single_activity_permalink', BP_Activity_Activity $activity , bool $has_access )
Fires before the loading of a single activity template file.
Parameters Parameters
- $activity
-
(BP_Activity_Activity) Object representing the current activity item being displayed.
- $has_access
-
(bool) Whether or not the current user has access to view activity.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |