Changes between Initial Version and Version 1 of Ticket #41036, comment 3
- Timestamp:
- 06/21/2017 10:57:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41036, comment 3
initial v1 10 10 11 11 I did some more work with this problem, making my plugin a very very simple couple of lines. My site is also the latest wordpress. Any sight you can give me with why these few lines causes the following, would be appreciated: 12 12 {{{ 13 13 function mmd_ca_redirect_func() 14 14 { … … 20 20 } 21 21 add_shortcode( 'mmd_redirect', 'mmd_ca_redirect_func' ); 22 22 }}} 23 23 ERROR RECEIVED: Warning: Cannot modify header information - headers already sent by 24 24