在为Add-On 函数运行模块取消挂起函数之前执行。允许中止操作。
参数
变量 | 类型 | 注意 |
---|---|---|
params | array | 常用模块参数数组。看https://developers.whmcs.com/provisioning-modules/module-parameters/ |
响应
接受键/值对的返回以覆盖要在函数取消暂停中使用的参数。使用与输入参数相同的名称。返回 abortcmd=true
以中止操作。
示例代码
<?php
add_hook('PreModuleUnsuspendAddOnFeature', 1, function($vars) {
// Perform hook code here...
});
相关用法
- PHP WHMCS PreModuleUnsuspend用法及代码示例
- PHP WHMCS PreModuleRenew用法及代码示例
- PHP WHMCS PreModuleProvisionAddOnFeature用法及代码示例
- PHP WHMCS PreModuleCreate用法及代码示例
- PHP WHMCS PreModuleSuspendAddOnFeature用法及代码示例
- PHP WHMCS PreModuleChangePassword用法及代码示例
- PHP WHMCS PreModuleDeprovisionAddOnFeature用法及代码示例
- PHP WHMCS PreModuleCustom用法及代码示例
- PHP WHMCS PreModuleTerminate用法及代码示例
- PHP WHMCS PreModuleChangePackage用法及代码示例
- PHP WHMCS PreModuleSuspend用法及代码示例
- PHP WHMCS PreAutomationTask用法及代码示例
- PHP WHMCS PremiumPriceOverride用法及代码示例
- PHP WHMCS PreRegistrarGetDNS用法及代码示例
- PHP WHMCS PreRegistrarGetNameservers用法及代码示例
- PHP WHMCS PreRegistrarSaveContactDetails用法及代码示例
- PHP WHMCS PreEmailSendReduceRecipients用法及代码示例
- PHP WHMCS PreRegistrarRenewDomain用法及代码示例
- PHP WHMCS PreFraudCheck用法及代码示例
- PHP WHMCS PreCalculateCartTotals用法及代码示例
- PHP WHMCS PreRegistrarTransferDomain用法及代码示例
- PHP WHMCS PreRegistrarGetContactDetails用法及代码示例
- PHP WHMCS PreUpgradeCheckout用法及代码示例
- PHP WHMCS PreRegistrarGetEPPCode用法及代码示例
- PHP WHMCS PreShoppingCartCheckout用法及代码示例
注:本文由纯净天空筛选整理自whmcs.com大神的英文原创作品 PreModuleUnsuspendAddOnFeature。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。