API/Pluggable Functions
From bbPulp
These functions may be redefined within a plugin.
Plugin developers should note that conflicts can occur between two or more plugins which try to redefine the same function.
- bb_auth
- bb_check_login
- bb_cookie
- bb_get_current_user
- bb_set_current_user
- bb_current_user
- bb_get_cookie_login
- bb_is_user_authorized
- bb_is_user_logged_in
- bb_login
- bb_logout
- wp_redirect
- bb_verify_nonce
- bb_create_nonce
- wp_salt
- wp_hash
- bb_check_admin_referer
- bb_check_ajax_referer
- bb_break_password
- bb_fix_password
- bb_has_broken_pass
- bb_new_user

