Namespaces: global
Description
bbp_current_anonymous_user_data()

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

Source: bp-forums/users/functions.php:42

bbp_get_current_anonymous_user_data()

Get the cookies for current poster (uses WP comment cookies).

Source: bp-forums/users/functions.php:57

bbp_set_current_anonymous_user_data()

Set the cookies for current poster (uses WP comment cookies)

Source: bp-forums/users/functions.php:93

bbp_current_author_ip()

Get the poster IP address

Source: bp-forums/users/functions.php:112

bbp_current_author_ua()

Get the poster user agent

Source: bp-forums/users/functions.php:125

bbp_get_user_post_count()

Return a users total post count

Source: bp-forums/users/options.php:233

bbp_update_user_last_posted()

Update a users last posted time, for use with post throttling

Source: bp-forums/users/options.php:259

bbp_user_last_posted()

Output the raw value of the last posted time.

Source: bp-forums/users/options.php:282

bbp_get_user_last_posted()

Return the raw value of teh last posted time.

Source: bp-forums/users/options.php:293

bbp_filter_get_user_option()

Filter default options and allow them to be overloaded from inside the $bbp->user_options array.

Source: bp-forums/users/options.php:116