WordPress.org

Codex

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

Function Reference/wpmu activate signup

This page is marked as incomplete. You can help Codex by expanding it.

Description

Activate a signup.

Usage

<?php wpmu_activate_signup($key); ?>

Parameters

$key
(string) (required) The activation key provided to the user
Default: None

Return Value

(array) 
Information about the activated user and/or blog

Examples


Notes

Hook to 'wpmu_activate_user' or 'wpmu_activate_blog' for events that should happen only when users or sites are self-created (since those actions are not called when users and sites are created by a Super Admin).

Change Log

Since: MU

Source File

wpmu_activate_signup() is located in wp-includes/ms-functions.php

Related

 

See also index of Function Reference and index of Template Tags.