bbp_user_last_posted( int $user_id )

Output the raw value of the last posted time.

Description

Parameters

$user_id

(int) (Required) User ID to retrieve value for

Source

File: bp-forums/users/options.php

function bbp_user_last_posted( $user_id = 0 ) {
	echo bbp_get_user_last_posted( $user_id );
}

Changelog

Changelog
Version Description
bbPress (r3910) 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.