This function has been deprecated. BuddyBoss 1.0.0 No longer updating member’s last activity instead.

bp_member_latest_update( array|string $args = '' )

Output the latest update of the current member in the loop.

Description

Parameters

$args

(array|string) (Optional) bp_get_member_latest_update().

Default value: ''

Source

File: bp-core/deprecated/buddyboss/1.0.php

function bp_member_latest_update( $args = '' ) {
	_deprecated_function( __FUNCTION__, '1.0.0' );

	// echo bp_get_member_latest_update( $args );
}

Changelog

Changelog
Version Description
BuddyPress 1.2.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.