bp_activity_filter_links( array|bool $args = false )

Output the activity filter links.


Description Description

See also See also


Top ↑

Parameters Parameters

$args

(Optional) See bp_get_activity_filter_links() for description.

Default value: false


Top ↑

Source Source

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

function bp_activity_filter_links( $args = false ) {
	echo bp_get_activity_filter_links( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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