Archive | /wp-includes/user.php RSS feed for this section

get_users_of_blog

Get users for the blog.For setups that use the multi-blog feature. Can be used outside of the multi-blog feature.

1887

Continue reading

delete_user_option

Delete user option with global blog capability.User options are just like user metadata except that they have support for global blog options. If the ‘global’ parameter is false, which it is by default it will prepend the WordPress table prefix to the option name.

822

Continue reading

delete_user_meta

Remove metadata matching criteria from a user.You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.

820

Continue reading