Handling results from data hooked into admin_post

The WordPress way of doing this is by not using the admin_post hook at all. Since this question was asked quiet a while ago I wonder if option was available back then.

Anyway you should create a custom settings page. Have a look at the complete example in the linked post. You will have to create a callback for each field.

Leave a Comment