File: bp-forums/common/template.php |
Description |
|---|---|
| is_bbpress |
Done |
| bbp_wp_login_action() |
Output the login form action url |
| bbp_get_wp_login_action() |
Return the login form action url |
| bbp_redirect_to_field() |
Output hidden request URI field for user forms. |
| bbp_sanitize_val() |
Echo sanitized $_REQUEST value. |
| is_bbpress() |
Use the above is_() functions to return if in any Forums page |
| bbp_is_single_user_edit() |
Check if current page is a user profile edit page |
| bbp_is_single_user_profile() |
Check if current page is a user profile page |
| bbp_is_single_user_topics() |
Check if current page is a user topics created page |
| bbp_is_single_user_replies() |
Check if current page is a user replies created page |