📅  最后修改于: 2022-03-11 14:53:38.848000             🧑  作者: Mango
add_filter('wpcf7_form_action_url', 'wpcf7_custom_form_action_url');
function wpcf7_custom_form_action_url(){
return 'www.myposthandler.com';
}