do_action( 'bp_activity_admin_index', array $messages )
Fires before edit form is displayed so plugins can modify the activity messages.
Parameters Parameters
- $messages
-
(array) Array of messages to display at top of page.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |