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.7.2

do_action('added_existing_user') is found 1 times:

  • /wp-includes/ms-functions.php line 2237
    2233
    2234
    2235
    2236
    2237
    2238
    2239
    2240
    2241
    2242
    2243
             * @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: