Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41036, comment 4


Ignore:
Timestamp:
06/21/2017 10:58:54 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41036, comment 4

    initial v1  
    11This happens in Wordpress 4.8
    22In an effort to find out what is causing this problem, I setup a fresh WordPress install with no plugins installed.  The same plugin that contains the following code, causes this error.
    3 
     3{{{
    44Warning: Cannot modify header information - headers already sent by (output started at /home/debbiekurth/public_html/wp-content/themes/twentyseventeen/header.php:16) in /home/debbiekurth/public_html/wp-includes/pluggable.php on line 1210
    5 
     5}}}
    66It is a one line plugin call to wp_redirect.  Already checked for white spaces and other issues.
    7 
     7{{{
    88<?php
    99/**
     
    2323wp_redirect("https://www.mmd-ca.com/");
    2424}
     25}}}