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.
Description Description
Parameters Parameters
- $activity
-
Object representing the current activity item being displayed.
- $has_access
-
Whether or not the current user has access to view activity.
Source Source
File: bp-activity/screens/permalink.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |