admin管理员组文章数量:1037775
I have a simple <input type="email">
that I want to use to create a subscription form for mailchimp newsletter. I will use the HTTP API and no plugin, this because I think this will be less overkill for the app. I have only two minor question about this implementation:
1) I need to pass to my plugin or function file the wp_ajax_nopriv
and wp_ajax_
actions as normally I do with forms to manage the data right?
2) How I can manage the unsubscribe action from the user? I need to setup a link or something similar that will rely on a dedicated url qith action as param?
I have a simple <input type="email">
that I want to use to create a subscription form for mailchimp newsletter. I will use the HTTP API and no plugin, this because I think this will be less overkill for the app. I have only two minor question about this implementation:
1) I need to pass to my plugin or function file the wp_ajax_nopriv
and wp_ajax_
actions as normally I do with forms to manage the data right?
2) How I can manage the unsubscribe action from the user? I need to setup a link or something similar that will rely on a dedicated url qith action as param?
本文标签: phpcustom mailchimp form using HTTP API
版权声明:本文标题:php - custom mailchimp form using HTTP API 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1748251152a2275398.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论