getherbert / herbert

The WordPress Plugin Framework:
http://getherbert.com/
632 stars 94 forks source link

"Redirecting to..." message during redirect #94

Open jek888 opened 8 years ago

jek888 commented 8 years ago

I need make redirect after processing posted form in the admin area of wordpress. But, if I use return redirect_response($http->getRequestUri()), I am get the message "Redirecting to...". Can I make redirect without this message any way?