Thread Starter
0dre
(@0dre)
maybe I’m missing something here, but none of the functions I’ve checked (from your list as well) had an option to specify that this is a POST and add data.
wp_redirect() for example only accept $location, $status and $x_redirect_by
Thread Starter
0dre
(@0dre)
I tried looking for php or wp function that would make a call or redirect with post but couldn’t find any. is there no native function for it?