“Social Login, Social Sharing by miniOrange” – error on empty pages
-
I have unpublished page (switched to Draft) and Social Login on this page started to show error: “Warning: Attempt to read property “post_title” on null in …/wp-content/plugins/miniorange-login-openid/miniorange_openid_sso_settings.php on line 871“
It’s easy to fix, just need to add to function miniorange_openid_sso_settings.php after global $post; next line:
if(!$post) {return $content;}
I’m suggest to add this thing to the next releases.
All the best!
- The topic ‘“Social Login, Social Sharing by miniOrange” – error on empty pages’ is closed to new replies.