在 POP 电子邮件收集 cron 完成时执行。
参数
变量 | 类型 | 注意 |
---|---|---|
connectionErrors | array | 如果在尝试连接到一个或多个邮箱时发生错误,则会出现一系列错误 |
响应
不支持响应
示例代码
<?php
add_hook('PopEmailCollectionCronCompleted', 1, function($vars) {
// Perform hook code here...
});
相关用法
- PHP Pool::submitTo()用法及代码示例
- PHP Pool::construct()用法及代码示例
- PHP Pool::submit()用法及代码示例
- PHP Pool::collect()用法及代码示例
- PHP WHMCS PostAutomationTask用法及代码示例
- PHP WHMCS PreAutomationTask用法及代码示例
- PHP WHMCS PreModuleRenew用法及代码示例
- PHP WHMCS PayMethodMigration用法及代码示例
- PHP WHMCS PremiumPriceOverride用法及代码示例
- PHP WHMCS PreModuleProvisionAddOnFeature用法及代码示例
- PHP WHMCS PreRegistrarGetDNS用法及代码示例
- PHP WHMCS PreRegistrarGetNameservers用法及代码示例
- PHP WHMCS PreRegistrarSaveContactDetails用法及代码示例
- PHP WHMCS PreEmailSendReduceRecipients用法及代码示例
- PHP WHMCS ProductAddonDelete用法及代码示例
- PHP WHMCS PendingOrder用法及代码示例
- PHP WHMCS PreRegistrarRenewDomain用法及代码示例
- PHP WHMCS PreModuleCreate用法及代码示例
- PHP WHMCS PreFraudCheck用法及代码示例
- PHP WHMCS PreCalculateCartTotals用法及代码示例
- PHP WHMCS PreRegistrarTransferDomain用法及代码示例
- PHP WHMCS PreModuleSuspendAddOnFeature用法及代码示例
- PHP WHMCS PreRegistrarGetContactDetails用法及代码示例
- PHP WHMCS PreUpgradeCheckout用法及代码示例
- PHP WHMCS PreModuleChangePassword用法及代码示例
注:本文由纯净天空筛选整理自whmcs.com大神的英文原创作品 PopEmailCollectionCronCompleted。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。