作为客户端执行正在添加到 WHMCS。
参数
变量 | 类型 | 注意 |
---|---|---|
client_id | int | 已添加的客户端id |
user_id | int | 客户端所属的用户id |
firstname | string | |
lastname | string | |
companyname | string | |
string | ||
address1 | string | |
address2 | string | |
city | string | |
state | string | |
postcode | string | |
country | string | |
phonenumber | string | |
tax_id | string | |
password | string | |
customFields | array | |
taxexempt | bool | |
latefeeoveride | bool | |
overideduenotices | bool | |
separateinvoices | bool | |
disableautocc | bool | |
emailoptout | bool | |
marketing_emails_opt_in | bool | |
overrideautoclose | bool | |
notes | string | |
groupid | int |
响应
不支持响应
示例代码
<?php
add_hook('ClientAdd', 1, function($vars) {
// Perform hook code here...
});
相关用法
- PHP WHMCS ClientAreaPageDownloads用法及代码示例
- PHP WHMCS ClientAreaHeaderOutput用法及代码示例
- PHP WHMCS ClientAreaPageSupportTickets用法及代码示例
- PHP WHMCS ClientAreaPageDomainDNSManagement用法及代码示例
- PHP WHMCS ClientAreaPageAffiliates用法及代码示例
- PHP WHMCS ClientAreaPageViewInvoice用法及代码示例
- PHP WHMCS ClientAreaPageProductsServices用法及代码示例
- PHP WHMCS ClientAreaPageDomainRegisterNameservers用法及代码示例
- PHP WHMCS ClientAreaPageUnsubscribe用法及代码示例
- PHP WHMCS ClientAreaPageConfigureSSL用法及代码示例
- PHP WHMCS ClientAreaPageDomainDetails用法及代码示例
- PHP WHMCS ClientAreaPageAddonModule用法及代码示例
- PHP WHMCS ClientAreaPageContact用法及代码示例
- PHP WHMCS ClientAreaPageSecurity用法及代码示例
- PHP WHMCS ClientAreaPage用法及代码示例
- PHP WHMCS ClientAreaProductDetailsOutput用法及代码示例
- PHP WHMCS ClientAreaDomainDetailsOutput用法及代码示例
- PHP WHMCS ClientAreaPageDomainEmailForwarding用法及代码示例
- PHP WHMCS ClientAreaPageDomainAddons用法及代码示例
- PHP WHMCS ClientAreaPageAddFunds用法及代码示例
- PHP WHMCS ClientAreaPageBulkDomainManagement用法及代码示例
- PHP WHMCS ClientAreaRegister用法及代码示例
- PHP WHMCS ClientAreaPaymentMethods用法及代码示例
- PHP WHMCS ClientAreaPageViewWHOIS用法及代码示例
- PHP WHMCS ClientAreaHeadOutput用法及代码示例
注:本文由纯净天空筛选整理自whmcs.com大神的英文原创作品 ClientAdd。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。