Bego I’m getting the error: Warning: Cannot modify header information – headers already sent by (output started at /homepages/21/d369456258/htdocs/City hill/wp-content/themes/ithemer/inc/customizer-css.php:39) in /homepages/21/d369456258/htdocs/City hill/wp-includes/pluggable.php on line 1216
Here are lines 30-42 in the inc/customizer-css.php file:
// Register sections.
$wp_customize->add_section(
new ithemer_Customize_Section_Upsell(
$wp_customize,
‘theme_upsell’,
array(
‘title’ => esc_html__( ‘Upgrade to Pro’, ‘ithemer’ ),
‘pro_text’ => esc_html__( ‘Buy Themer Pro’, ‘ithemer’ ),
‘pro_url’ => ‘https://ithemer.com/themes/ithemer-pro-wordpress-theme/’,
‘priority’ => 1,
)
)
);
Let me know what I am missing or need to change.
Thanks for the help!
Mark