在創建取消請求時執行
參數
變量 | 類型 | 注意 |
---|---|---|
userid | int | |
relid | int | 被取消服務的id |
reason | string | |
type | string |
響應
不支持響應
示例代碼
<?php
add_hook('CancellationRequest', 1, function($vars) {
// Perform hook code here...
});
相關用法
- PHP WHMCS CancelOrder用法及代碼示例
- PHP WHMCS CancelAndRefundOrder用法及代碼示例
- PHP WHMCS CartTotalAdjustment用法及代碼示例
- PHP CachingIterator __construct()用法及代碼示例
- PHP CachingIterator getCache()用法及代碼示例
- PHP CachingIterator current()用法及代碼示例
- PHP WHMCS CalcAffiliateCommission用法及代碼示例
- PHP CachingIterator key()用法及代碼示例
- PHP CachingIterator setFlags()用法及代碼示例
- PHP WHMCS CartSubdomainValidation用法及代碼示例
- PHP WHMCS CartItemsTax用法及代碼示例
- PHP WHMCS CapturePayment用法及代碼示例
- PHP CachingIterator next()用法及代碼示例
- PHP CachingIterator rewind()用法及代碼示例
- PHP CachingIterator getFlags()用法及代碼示例
- PHP CachingIterator getInnerIterator()用法及代碼示例
- PHP WHMCS ClientAreaPageDownloads用法及代碼示例
- PHP WHMCS ClientAreaHeaderOutput用法及代碼示例
- PHP WHMCS CreateProject用法及代碼示例
- PHP WHMCS ClientAreaPageSupportTickets用法及代碼示例
- PHP WHMCS ClientAreaPageDomainDNSManagement用法及代碼示例
- PHP WHMCS ClientAreaPageAffiliates用法及代碼示例
- PHP WHMCS ClientAreaPageViewInvoice用法及代碼示例
- PHP WHMCS ClientAreaPageProductsServices用法及代碼示例
- PHP WHMCS CustomFieldSave用法及代碼示例
注:本文由純淨天空篩選整理自whmcs.com大神的英文原創作品 CancellationRequest。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。