[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 579 lines (18 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Users:: (15 methods):
WP_Users()
__construct()
_put_user()
new_user()
update_user()
set_password()
get_user()
delete_user()
append_meta()
_append_meta_sort()
update_meta()
delete_meta()
sanitize_user()
sanitize_nicename()
is_email()
WP_Users( &$db ) X-Ref |
No description |
__construct( &$db ) X-Ref |
No description |
_put_user( $args = null ) X-Ref |
No description |
new_user( $args = null ) X-Ref |
No description |
update_user( $ID, $args = null ) X-Ref |
No description |
set_password( $password, $user_id ) X-Ref |
set_password() - Updates the user's password with a new encrypted one For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm. param: string $password The plaintext new user password param: int $user_id User ID since: 2.5 |
get_user( $user_id = 0, $args = null ) X-Ref |
No description |
delete_user( $user_id ) X-Ref |
No description |
append_meta( $object, $args = null ) X-Ref |
No description |
_append_meta_sort( $a, $b ) X-Ref |
_append_meta_sort() - sorts meta keys by length to ensure $appended_object->{$bbdb->prefix}key overwrites $appended_object->key as desired |
update_meta( $args = null ) X-Ref |
No description |
delete_meta( $args = null ) X-Ref |
No description |
sanitize_user( $user_login, $strict = false ) X-Ref |
No description |
sanitize_nicename( $slug ) X-Ref |
No description |
is_email( $email ) X-Ref |
No description |
Generated: Fri Nov 22 01:00:56 2024 | Cross-referenced by PHPXref 0.7.1 |