Question
My code is like below. $result = $wpdb->query($sql); if ( $result ) { wp_redirect( "http://www.example.com/contact-us"); exit(); } I am getting below error Warning: Cannot modify header information - headers already sent by (output started at
0
, abu abu 3 years 0 Answers 55 views