The MU forums have moved to WordPress.org

Create users and blogs programmatically (2 posts)

  1. zhaidarbek
    Member
    Posted 14 years ago #

    I need to create users and blogs for that users programmatically.
    Descriptions for functions on http://codex.wordpress.org/WPMU_Functions are incomplete. May i ask a question, what is the difference between wpmu_create_blog(wpmu_create_user) and wpmu_signup_blog(wpmu_signup_user) functions? Namely what's the difference between create and signup.

  2. cafespain
    Member
    Posted 14 years ago #

    Have a look in the code and see what each does. You'll probably find that one calls the other or one is run first and the other later on.

About this Topic

  • Started 14 years ago by zhaidarbek
  • Latest reply from cafespain