Error message in admin page of plugin
-
latest Version 1.4.23
message where show feeds:
“Warning: foreach() argument must be of type array|object, null given in wd-instagram-feed/admin/views/feeds.php on line 114”
the problem is solved by replacing the string on line 114
// old
//foreach ( $feed_users as $user ) {
// new
foreach ((array) $feed_users as $user) {check plugin for bugs before releasing new versions
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error message in admin page of plugin’ is closed to new replies.