Submitting a form on a custom admin page in wordpress

前端 未结 4 2226
没有蜡笔的小新
没有蜡笔的小新 2021-02-19 21:21

I created a custom page in the wordpress admin which has a simple file upload field and a submit button. I need to figure out how to submit the page to somewhere it can be proce

4条回答
  •  我在风中等你
    2021-02-19 22:11

    Thanks Mr. Hunter. Couldn't credit you for the right answer.

    Wrapped the form in a if(isset($_POST['submit'])) and then called my functions.

提交回复
热议问题