作为联系人执行正在添加到 WHMCS。
参数
变量 | 类型 | 注意 |
---|---|---|
userid | int | |
contactid | int | |
firstname | string | |
lastname | string | |
companyname | string | |
string | ||
address1 | string | |
address2 | string | |
city | string | |
state | string | |
postcode | string | |
country | string | |
phonenumber | string | |
tax_id | string | |
generalemails | bool | |
productemails | bool | |
domainemails | bool | |
invoiceemails | bool | |
supportemails | bool | |
affiliateemails | bool |
响应
不支持响应
示例代码
<?php
add_hook('ContactAdd', 1, function($vars) {
// Perform hook code here...
});
相关用法
- PHP WHMCS ContactDetailsValidation用法及代码示例
- PHP WHMCS ContactEdit用法及代码示例
- PHP WHMCS ContactDelete用法及代码示例
- PHP Collator create()用法及代码示例
- PHP Collator __construct()用法及代码示例
- PHP WHMCS ClientAreaPageDownloads用法及代码示例
- PHP WHMCS ClientAreaHeaderOutput用法及代码示例
- PHP WHMCS CreateProject用法及代码示例
- PHP WHMCS CartTotalAdjustment用法及代码示例
- PHP WHMCS ClientAreaPageSupportTickets用法及代码示例
- PHP WHMCS ClientAreaPageDomainDNSManagement用法及代码示例
- PHP WHMCS ClientAreaPageAffiliates用法及代码示例
- PHP WHMCS ClientAreaPageViewInvoice用法及代码示例
- PHP WHMCS ClientAreaPageProductsServices用法及代码示例
- PHP WHMCS CustomFieldSave用法及代码示例
- PHP WHMCS ClientAreaPageDomainRegisterNameservers用法及代码示例
- PHP CachingIterator __construct()用法及代码示例
- PHP WHMCS ClientAreaPageUnsubscribe用法及代码示例
- PHP WHMCS ClientAreaPageConfigureSSL用法及代码示例
- PHP WHMCS ClientAreaPageDomainDetails用法及代码示例
- PHP WHMCS ClientAreaPageAddonModule用法及代码示例
- PHP WHMCS ClientAreaPageContact用法及代码示例
- PHP WHMCS ClientAreaPageSecurity用法及代码示例
- PHP WHMCS ClientAreaPage用法及代码示例
- PHP CachingIterator getCache()用法及代码示例
注:本文由纯净天空筛选整理自whmcs.com大神的英文原创作品 ContactAdd。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。