• I am getting a Warning in my PHP Error Log when I modify my CSS using the Customizer. I haven’t figured out where it is coming from yet but appears to be conflict between the insert-php plugin and the customizer. Any thoughts?

    Warning: Cannot modify header information – headers already sent by (output started at /…/blackjackreview.com/wp/wp-content/plugins/insert-php/libs/factory/bootstrap/includes/functions.php:177) in /…/blackjackreview.com/wp/wp-admin/customize.php on line 126

    insert-php/libs/factory/bootstrap/includes/functions.php:177
    public function enqueueStyle( $styles ) {….}

    customize.php:126
    header( ‘Content-Type: ‘ . get_option( ‘html_type’ ) . ‘; charset=’ . get_option( ‘blog_charset’ ) );

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Warning: Cannot modify header information’ is closed to new replies.