do_action( "bp_activity_types_list_{$output}", array $args , string $type , string $description )
Fires at the end of the listing of activity types.
Description Description
This is a variable action hook. The actual hook to use will depend on the output type specified. Two default hooks are bp_activity_types_list_select and bp_activity_types_list_checkbox.
Parameters Parameters
- $args
-
(array) Array of arguments passed into function.
- $type
-
(string) Activity type being rendered in the output.
- $description
-
(string) Description of the activity type being rendered.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |