network_user_new_created_user

network_user_new_created_user

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('network_user_new_created_user') is found 1 times:

  • /wp-admin/network/user-new.php line 64
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    * @since 4.4.0
     *
     * @param int $user_id ID of the newly created user.
     */
    do_action( 'network_user_new_created_user', $user_id );
     
    wp_redirect(
        add_query_arg(
            array(
                'update'  => 'added',
                'user_id' => $user_id,