[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-includes/ -> functions.bb-users.php (summary)

(no description)

File Size: 496 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 20 functions

  bb_block_current_user()
  bb_get_user()
  bb_cache_users()
  bb_get_user_by_nicename()
  bb_delete_user()
  bb_update_topics_replied()
  bb_update_user_status()
  bb_trusted_roles()
  bb_is_trusted_user()
  bb_apply_wp_role_map_to_user()
  bb_apply_wp_role_map_to_orphans()
  bb_update_user()
  bb_reset_email()
  bb_reset_password()
  bb_update_user_password()
  bb_send_pass()
  get_user_favorites()
  is_user_favorite()
  bb_add_user_favorite()
  bb_remove_user_favorite()

Functions
Functions that are not part of a class:

bb_block_current_user()   X-Ref
No description

bb_get_user( $user_id, $args = null )   X-Ref
No description

bb_cache_users( $ids )   X-Ref
No description

bb_get_user_by_nicename( $nicename )   X-Ref
No description

bb_delete_user( $user_id, $reassign = 0 )   X-Ref
No description

bb_update_topics_replied( $user_id )   X-Ref
No description

bb_update_user_status( $user_id, $user_status = 0 )   X-Ref
No description

bb_trusted_roles()   X-Ref
No description

bb_is_trusted_user( $user )   X-Ref
No description

bb_apply_wp_role_map_to_user( $user, $reload = true )   X-Ref
No description

bb_apply_wp_role_map_to_orphans()   X-Ref
No description

bb_update_user( $user_id, $user_email, $user_url, $display_name )   X-Ref
Updates a user's details in the database

{@internal Missing Long Description}}

param: int $user_id
param: string $user_email
param: string $user_url
return: int
since: 0.7.2

bb_reset_email( $user_login )   X-Ref
Sends a reset password email

Sends an email to the email address specified in the user's profile
prompting them to change their password.

param: string $user_login
return: bool
since: 0.7.2

bb_reset_password( $key )   X-Ref
Handles the resetting of users' passwords

Handles resetting a user's password, prompted by an email sent by
{@see bb_reset_email()}

param: string $key
return: unknown
since: 0.7.2

bb_update_user_password( $user_id, $password )   X-Ref
Updates a user's password in the database

{@internal Missing Long Description}}

param: int $user_id
param: string $password
return: int
since: 0.7.2

bb_send_pass( $user, $pass )   X-Ref
Sends an email with the user's new password

{@internal Missing Long Description}}

param: int|string $user
param: string $pass
return: bool
since: 0.7.2

get_user_favorites( $user_id, $topics = false )   X-Ref
No description

is_user_favorite( $user_id = 0, $topic_id = 0 )   X-Ref
No description

bb_add_user_favorite( $user_id, $topic_id )   X-Ref
No description

bb_remove_user_favorite( $user_id, $topic_id )   X-Ref
No description



Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1