[Plugin: SEO Facebook Comment] 1.4.2.1 breaks sites without thumbnails enabled in the theme
-
Version 1.4.2.1 causes the following error to be generated, when you are using a theme without post thumbnail support enabled:
“Fatal error: Call to undefined function has_post_thumbnail()”
The fix is to change line 1410 in plulz/lib/Model/PlulzFacebookAbstract.php to read
if (function_exists('has_post_thumbnail') && has_post_thumbnail($post->ID))
https://www.ads-software.com/extend/plugins/seo-facebook-comments/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: SEO Facebook Comment] 1.4.2.1 breaks sites without thumbnails enabled in the theme’ is closed to new replies.