CUSTOMIZATION gets “critical error on your website” message
-
Upon clicking CUSTOMIZATION, I am getting this — “There has been a critical error on your website.”
I am facing resembling issue. The customiser panel is not working. The hosting support informed me of PHP error in public_html/wp-content/themes/kadence/inc/customizer/options/custom-layout-options.php on line 1867
Currently last few lines (line 1857-1867 which is the last line in code) read as
::add_settings(
array(
‘info_custom_post_types_placehoder’ => array(
‘control_type’ => ‘kadence_title_control’,
‘section’ => ‘custom_posts_placeholder’,
‘priority’ => 10,
‘label’ => esc_html__( ‘Custom Post Types’, ‘kadence’ ),
‘settings’ => false,
),
),
);
The last line is marked with an ERROR sign – a PHP Parse error: syntax error, unexpected ‘)’ in last line above.What is the fix please?
I am unable to use the Customizer panel Screenshot https://ibb.co/zf7vYkp
Regards
ArvindThe page I need help with: [log in to see the link]
The topic ‘CUSTOMIZATION gets “critical error on your website” message’ is closed to new replies.
