Undefined index in tggr-source-instagram.php
-
Getting a PHP notice when WP_DEBUG is true:
Notice: Undefined index: author_name in /wp-content/plugins/tagregator/classes/tggr-source-instagram.php on line 276
The line in question:
'author_name' => $postmeta['author_name'][0]
shouldn’t there be an
isset
check for those? or did something change?
- The topic ‘Undefined index in tggr-source-instagram.php’ is closed to new replies.