在为域执行注册器函数之前执行。允许中止操作。
参数
变量 | 类型 | 注意 |
---|---|---|
params | array | 常用模块参数数组。看https://developers.whmcs.com/domain-registrars/module-parameters/ |
响应
接受可选的数组返回。返回 abortWithSuccess=true
以中止操作并将其视为成功。返回 abortWithError=Error messages goes here
以中止操作并将其视为失败。
示例代码
<?php
add_hook('PreRegistrarSaveContactDetails', 1, function($vars) {
// Perform hook code here...
});
相关用法
- PHP WHMCS PreRegistrarSaveNameservers用法及代码示例
- PHP WHMCS PreRegistrarSaveDNS用法及代码示例
- PHP WHMCS PreRegistrarGetDNS用法及代码示例
- PHP WHMCS PreRegistrarGetNameservers用法及代码示例
- PHP WHMCS PreRegistrarRenewDomain用法及代码示例
- PHP WHMCS PreRegistrarTransferDomain用法及代码示例
- PHP WHMCS PreRegistrarGetContactDetails用法及代码示例
- PHP WHMCS PreRegistrarGetEPPCode用法及代码示例
- PHP WHMCS PreRegistrarRequestDelete用法及代码示例
- PHP WHMCS PreRegistrarRegisterDomain用法及代码示例
- PHP WHMCS PreAutomationTask用法及代码示例
- PHP WHMCS PreModuleRenew用法及代码示例
- PHP WHMCS PremiumPriceOverride用法及代码示例
- PHP WHMCS PreModuleProvisionAddOnFeature用法及代码示例
- PHP WHMCS PreEmailSendReduceRecipients用法及代码示例
- PHP WHMCS PreModuleCreate用法及代码示例
- PHP WHMCS PreFraudCheck用法及代码示例
- PHP WHMCS PreCalculateCartTotals用法及代码示例
- PHP WHMCS PreModuleSuspendAddOnFeature用法及代码示例
- PHP WHMCS PreUpgradeCheckout用法及代码示例
- PHP WHMCS PreModuleChangePassword用法及代码示例
- PHP WHMCS PreShoppingCartCheckout用法及代码示例
- PHP WHMCS PreModuleDeprovisionAddOnFeature用法及代码示例
- PHP WHMCS PreModuleCustom用法及代码示例
- PHP WHMCS PreDomainRegister用法及代码示例
注:本文由纯净天空筛选整理自whmcs.com大神的英文原创作品 PreRegistrarSaveContactDetails。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。