WordPress.org

Codex

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

Function Reference/wpmu log new registrations

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

Description

Logs user registrations.

Usage

<?php wpmu_log_new_registrations$blog_id$user_id ); ?>

Parameters

$blog_id
(integer) (required) The blog ID
Default: None
$user_id
(integer) (required) The user ID
Default: None

Return Value

This function does not return a value

Examples


Notes

Change Log

Since: MU

Source File

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

Related

 

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