2017-06-21 46 views

回答

1

联系表7的wpcf7_mail_sent挂钩这一点。

// ...in functions.php 
add_action('wpcf7_mail_sent', function ($cf7) { 
    // Run code after the email has been sent 
}); 
1

您好,您需要添加从CF7成功事件(wpcf7submit)火灾发生后的自定义代码检查此链接more detail