bp_member_last_active( array $args = array() )

Output the current member’s last active time.


Description Description


Parameters Parameters

$args

(Optional) bp_get_member_last_active().

Default value: array()


Top ↑

Source Source

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

function bp_member_last_active( $args = array() ) {
	echo bp_get_member_last_active( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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