Error: undefined variable img_meta
-
I’m using the experimental feature to automatically upload new media files to a drive folder. The files are successfully uploading to the folder, and showing in the WordPress media library. However, there is a PHP error. Notice: Undefined variable: img_meta in [path-to-file]/google-drive-wp-media.php on line 1691
It looks like the variable is defined inside of an if statement on line 1657, but not in the else statement on line 1670. Any thoughts on how to solve this error?
- The topic ‘Error: undefined variable img_meta’ is closed to new replies.