我试图向 FC1 提交按钮添加操作,但我真的无法在网络上的任何地方找到适合它的功能。我发现的唯一一个叫"wpcf7_before_send_mail"
我真的不能让它工作
add_action('wpcf7_before_send_mail', 'mytheme_save_to_getresponse', 10, 1);
function mytheme_save_to_getresponse($form)
{
echo "testing";
}
有什么建议么?
我试图向 FC1 提交按钮添加操作,但我真的无法在网络上的任何地方找到适合它的功能。我发现的唯一一个叫"wpcf7_before_send_mail"
我真的不能让它工作
add_action('wpcf7_before_send_mail', 'mytheme_save_to_getresponse', 10, 1);
function mytheme_save_to_getresponse($form)
{
echo "testing";
}
有什么建议么?