bbp_user_last_posted( int $user_id )

Output the raw value of the last posted time.


Description Description


Parameters Parameters

$user_id

(Required) User ID to retrieve value for


Top ↑

Source Source

File: includes/users/options.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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