BBPress Tiff Thompson : Replies Created

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Can't access customization for cMap #346820
    Tiff Thompson
    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.

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)