There are (apparantly) two roles in wordpress that do the same thing, remove_user and delete_users. Is this redundant or what is the difference? Is this the place to ask?
There are (apparantly) two roles in wordpress that do the same thing, remove_user and delete_users. Is this redundant or what is the difference? Is this the place to ask?
Maybe you are referring to capabilities. Roles are something like administrator, editor, subscriber, etc.
Delete_Users capability is performing user deletion from data store. On the other hand, Remove_Users capability only deals with removing user from a blog. Since WordPress 3, WordPress is combined with WPMU so, some of MU capabilities are merged to WordPress.
Oops, yes, I meant capabilities. Thanks for your help.
This topic has been closed to new replies.