wpmu_welcome_user_notification WordPress Filter Hook

The wpmu_welcome_user_notification hook is a great way to welcome a new user to your WordPress site. This hook allows you to send a notification to the new user, letting them know that they have been added to your site. This is a great way to get started with a new user, and to make sure that they are aware of all the great features that your site has to offer.

apply_filters( 'wpmu_welcome_user_notification', int $user_id, string $password, array $meta ) #

Filters whether to bypass the welcome email after user activation.


Description

Returning false disables the welcome email.


Top ↑

Parameters

$user_id

(int)User ID.

$password

(string)User password.

$meta

(array)Signup meta data. Default empty array.


Top ↑

Source

File: wp-includes/ms-functions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
MU (3.0.0)Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More