在發生購物車子域驗證時執行
參數
變量 | 類型 | 注意 |
---|---|---|
subdomain | string | 例如sub.whmcs.com中的子 |
domain | string | 例如 whmcs.com 在 sub.whmcs.com |
響應
返回任何驗證錯誤。例如:返回數組(‘error1’, ‘error2’,);
示例代碼
<?php
add_hook('CartSubdomainValidation', 1, function($vars) {
// Perform hook code here...
});
相關用法
- PHP WHMCS CartTotalAdjustment用法及代碼示例
- PHP WHMCS CartItemsTax用法及代碼示例
- PHP CachingIterator __construct()用法及代碼示例
- PHP CachingIterator getCache()用法及代碼示例
- PHP CachingIterator current()用法及代碼示例
- PHP WHMCS CalcAffiliateCommission用法及代碼示例
- PHP CachingIterator key()用法及代碼示例
- PHP CachingIterator setFlags()用法及代碼示例
- PHP WHMCS CapturePayment用法及代碼示例
- PHP CachingIterator next()用法及代碼示例
- PHP CachingIterator rewind()用法及代碼示例
- PHP WHMCS CancellationRequest用法及代碼示例
- PHP CachingIterator getFlags()用法及代碼示例
- PHP CachingIterator getInnerIterator()用法及代碼示例
- PHP WHMCS CancelOrder用法及代碼示例
- PHP WHMCS CancelAndRefundOrder用法及代碼示例
- 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大神的英文原創作品 CartSubdomainValidation。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。