douli8428 2017-07-28 07:31
浏览 322
已采纳

WordPress插件如何处理表单提交

I'm building a WordPress plugin for the first time and I would like to ask how does a WordPress plugin handles a typical form submission.

So for example if I am creating a search plugin with the url at http://wordpress/plugin-name/search, how do I display to the user the result page at http://wordpress/plugin-name/result ? Do I have to create the result page and send user to the page programatically within the plugin itself?

Any resources or example that I could get would be much appreciated!

Thanks.

  • 写回答

1条回答 默认 最新

  • duanjianfu1398 2017-07-28 15:25
    关注

    It depends on the thing that the plugin have to do but normally yes, you have to create the result page and send the user there.

    What are you trying to build, i may suggest something more specific if i know more details?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?