Namespaces: global |
Description |
|---|---|
| bbp_current_anonymous_user_data() |
Echoes the values for current poster (uses WP comment cookies) |
| bbp_get_current_anonymous_user_data() |
Get the cookies for current poster (uses WP comment cookies). |
| bbp_set_current_anonymous_user_data() |
Set the cookies for current poster (uses WP comment cookies) |
| bbp_current_author_ip() |
Get the poster IP address |
| bbp_current_author_ua() |
Get the poster user agent |
| bbp_get_user_post_count() |
Return a users total post count |
| bbp_update_user_last_posted() |
Update a users last posted time, for use with post throttling |
| bbp_user_last_posted() |
Output the raw value of the last posted time. |
| bbp_get_user_last_posted() |
Return the raw value of teh last posted time. |
| bbp_filter_get_user_option() |
Filter default options and allow them to be overloaded from inside the $bbp->user_options array. |