Công cụ thành viên

Công cụ trang web


nukeviet4:codex:hooks-reference:get_qr_code

get_qr_code

Trong index.php, ngay sau khi load core/user_functions.php. Dùng xuất ảnh QR Code.

Tham số

STT Tên biến Kiểu dữ liệu Ghi chú
0 $nv_Request

Dữ liệu trả về

Tùy người lập trình

Ví dụ viết plugin

nv_add_hook($module_name, 'get_qr_code', $priority, function($vars) {
    $nv_Request = $vars[0];
 
    // Thực hiện code hook tại đây...
});
nukeviet4/codex/hooks-reference/get_qr_code.txt · Sửa đổi lần cuối: 2023/04/13 08:35 bởi hoaquynhtim99