wordpress form action submit

前端 未结 2 824
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-01 02:44

have an own customized form in wordpress.

action=/send_form.php\"

on submit, it goes always to se

2条回答
  •  误落风尘
    2021-01-01 02:57

    If you want to do it through plugin instead of the theme, then use "admin_post"(admin_post_YOUR_ACTION) and "admin_post_nopriv" (admin_post_nopriv_YOUR_ACTION) actions. (Btw, you can use those actions through theme also)

    Here is a good explanation: https://www.sitepoint.com/handling-post-requests-the-wordpress-way/

提交回复
热议问题