bbp_current_anonymous_user_data( string $key = '' )

Echoes the values for current poster (uses WP comment cookies)

Description

Parameters

$key

(string) (Optional) Which value to echo?

Default value: ''

Source

File: bp-forums/users/functions.php

function bbp_current_anonymous_user_data( $key = '' ) {
	echo bbp_get_current_anonymous_user_data( $key );
}

Changelog

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