Archive | Actions by letter w RSS feed for this section

wpmu_create_user

Create a user.This function runs when a user self-registers as well as when a Super Admin creates a new user. Hook to ‘wpmu_new_user’ for events that should affect all new users, but only on Multisite (otherwise use ‘user_register’).

3379

Continue reading

wpmu_create_blog

Create a site.This function runs when a user self-registers a new site as well as when a Super Admin creates a new site. Hook to ‘wpmu_new_blog’ for events that should affect all new sites.

3377

Continue reading