Add a user to a blog.Use the ‘add_user_to_blog’ action to fire an event when users are added to a blog.
383
Continue readingAdd a user to a blog.Use the ‘add_user_to_blog’ action to fire an event when users are added to a blog.
383
Continue readingAdd sub menu page to the Users/Profile main menu.This function takes a capability which will be used to determine whether or not a page is included in the menu.
379
Continue readingCreates a new user from the “Users” form using $_POST information.It seems that the first half is for backwards compatibility, but only has the ability to alter the user’s role. WordPress core seems to use this function only in the second way, running edit_user() with no id so as to create a new user.
377
Continue readingEnqueues the default ThickBox js and css.If any of the settings need to be changed, this can be done with another js file similar to media-upload.js and theme-preview.js. That file should require array(‘thickbox’) to ensure it is loaded after.
375
Continue reading