wpzoom / instagram-widget-by-wpzoom

The easiest way to add a nice Instagram widget on your WordPress site. It just works!
https://wordpress.org/plugins/instagram-widget-by-wpzoom/
GNU General Public License v2.0
21 stars 6 forks source link

Fix 'Attempt to read property full_name on null' warning #47

Closed alexdelgado closed 1 year ago

alexdelgado commented 1 year ago

My PHP error log is filled with the following warning because $user_info->data does not exist.

Attempt to read property "full_name" on null in /instagram-widget-by-wpzoom/class-wpzoom-instagram-widget.php:462
ciorici commented 1 year ago

@alexdelgado Thanks for your fix!