added_existing_user

added_existing_user

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('added_existing_user') is found 1 times:

  • /wp-includes/ms-functions.php line 2237
    		 * @param int           $user_id User ID.
    		 * @param true|WP_Error $result  True on success or a WP_Error object if the user doesn't exist
    		 *                               or could not be added.
    		 */
    		do_action( 'added_existing_user', $details['user_id'], $result );
    
    		return $result;
    	}
    }
    
    /**
    

See this hook used in plugins: