“Warning: Attempt to read property “general” on null”
-
Hi! I need to access the custom Facebook share image in my template. I can achieve it using this function:
$image = aioseo()->social->image->getImage('Facebook', 'custom_image', $post);
However, this makes each image on every page throw the following warnings:
Warning: Attempt to read property "general" on null in /[PROJECT]/all-in-one-seo-pack/app/Common/Social/Image.php on line 114 Warning: Attempt to read property "defaultImagePosts" on null in /[PROJECT]/all-in-one-seo-pack/app/Common/Social/Image.php on line 114
Can I achive this in any other way?
Thanks for a great plugin! ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘“Warning: Attempt to read property “general” on null”’ is closed to new replies.