@ Richard
Looks like a bug in the updated theme. This code in Connections runs when the core WP the_title filter is run. WordPress passes two attributes, the post/page title and the post/page ID.
Judging from the error the theme is applying the core WP the_title filter. That is fine, but they must pass the exact same attributes so other plugins which hook into the core WP filter are not broken.
My best guess is that the theme is passing the entire WP_Post object instead of passing just the post/page ID. If my guess is correct, only the theme developers can correct this issue.
A workaround to avoid the error…
Activate Connections and then navigate to the Connections : Settings admin page and click the SEO tab. Disabling the Page Title option should prevent this error from occurring because that bit of code is no longer run.
Hope this helps, let me know.
