WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

WPMU Functions/wpmu activate signup

Description

Checks the passed activation key is correct and that the blog has not yet been activated. It then does some account setup and validation and calls [[WPMU

Parameters

$key
(string) (required) Activation key to be activated.
Default: None

Return Values

(array) 
containing the keys blog_id, user_id, password, title and meta.

Usage

<?php wpmu_activate_signup($key); ?>