do_action( 'added_existing_user', int $user_id, mixed $result )

Fires immediately after an existing user is added to a site.


Description Description


Parameters Parameters

$user_id

(int) User ID.

$result

(mixed) True on success or a WP_Error object if the user doesn't exist or could not be added.


Top ↑

Source Source

File: wp-includes/ms-functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.