do_action( "bp_activity_types_list_{$output}", array $args, string $type, string $description )

Fires at the end of the listing of activity types.

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

$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

File: bp-activity/bp-activity-template.php

Changelog

Changelog
Version Description
BuddyPress 1.7.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.