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: ''
Source Source
File: includes/users/functions.php
function bbp_current_anonymous_user_data( $key = '' ) { echo esc_attr( bbp_get_current_anonymous_user_data( $key ) ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |