在取消發票時執行
參數
變量 | 類型 | 注意 |
---|---|---|
invoiceid | int |
響應
不支持響應
示例代碼
<?php
add_hook('InvoiceCancelled', 1, function($vars) {
// Perform hook code here...
});
相關用法
- PHP WHMCS InvoiceChangeGateway用法及代碼示例
- PHP WHMCS InvoiceCreated用法及代碼示例
- PHP WHMCS InvoiceCreationPreEmail用法及代碼示例
- PHP WHMCS InvoiceCreationAdminArea用法及代碼示例
- PHP WHMCS InvoiceCreation用法及代碼示例
- PHP WHMCS InvoiceRefunded用法及代碼示例
- PHP WHMCS InvoicePaidPreEmail用法及代碼示例
- PHP WHMCS InvoicePaymentReminder用法及代碼示例
- PHP WHMCS InvoiceUnpaid用法及代碼示例
- PHP WHMCS InvoiceSplit用法及代碼示例
- PHP WHMCS InvoicePaid用法及代碼示例
- PHP IntlCalendar getTimeZone()用法及代碼示例
- PHP IntlCalendar getActualMinimum()用法及代碼示例
- PHP IntlChar isMirrored()用法及代碼示例
- PHP IntlChar isdefined()用法及代碼示例
- PHP IntlChar getUnicodeVersion()用法及代碼示例
- PHP IntlChar foldCase()用法及代碼示例
- PHP IntlChar isgraph()用法及代碼示例
- PHP IntlChar::isxdigit()用法及代碼示例
- PHP IntlChar getPropertyValueName()用法及代碼示例
- PHP WHMCS IntelligentSearch用法及代碼示例
- PHP IntlChar hasBinaryProperty()用法及代碼示例
- PHP IntlChar::isblank()用法及代碼示例
- PHP IntlChar enumCharTypes()用法及代碼示例
- PHP IntlChar::isJavaSpaceChar()用法及代碼示例
注:本文由純淨天空篩選整理自whmcs.com大神的英文原創作品 InvoiceCancelled。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。