You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have an attachment that is not an image in your media library, then wp_get_attachment_image_src will return false and thus not have an array offset.
'Notice: Trying to access array offset on value of type bool in /Users/christianmagill/Code/Sites/extended/wp-content/plugins/jarvis/src/php/models/post.php on line 21'
The text was updated successfully, but these errors were encountered:
If you have an attachment that is not an image in your media library, then wp_get_attachment_image_src will return false and thus not have an array offset.
'Notice: Trying to access array offset on value of type bool in /Users/christianmagill/Code/Sites/extended/wp-content/plugins/jarvis/src/php/models/post.php on line 21'
The text was updated successfully, but these errors were encountered: