Redirect in WordPress plugin

Question

I am learning WordPress plugin development. I am trying to redirect user to plugins home page after submitting a Form. My code is like below

wp_redirect(plugin_dir_url(__FILE__)); 

But I am getting Warning: Cannot modify header information - headers already sent by error.

enter image description here

0
, , Foysal 4 years 2020-02-10T08:39:06-05:00 0 Answers 77 views 0

Leave an answer

Browse
Browse