09/15/2015 at 11:57 am
#346820
Participant
I am experiencing the same issue. I disabled all plugins not connections related to no avail. Any other suggestions?
I see the customizer for a moment then it disappears. The standard customizer works Appearance>Customize however it see a warning flash (attached).
If I dig into the file at line 1222 I see this:
public function sanitize_sidebar_widgets_js_instance( $widget_ids ) {
global $wp_registered_widgets;
$widget_ids = array_values( array_intersect( $widget_ids, array_keys( $wp_registered_widgets ) ) );
return $widget_ids;
}
Not sure if has something to do with it.
