bbp_current_anonymous_user_data( string $key = '' )

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


Description Description


Parameters Parameters

$key

(Optional) Which value to echo?

Default value: ''


Top ↑

Source Source

File: includes/users/functions.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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