bp_group_last_active( object|bool $group = false, array|string $args = array() )

Output the ‘last active’ string for the current group in the loop.


Description Description


Parameters Parameters

$group

(Optional) Group object. Default: current group in loop.

Default value: false

$args

(Optional) bp_get_group_last_active().

Default value: array()


Top ↑

Source Source

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

function bp_group_last_active( $group = false, $args = array() ) {
	echo bp_get_group_last_active( $group, $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Added $args as a parameter.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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