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.


Top ↑

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

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.