kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Undefined array key "site_id" error in helpers.php #186

Closed moppenneer closed 5 months ago

moppenneer commented 8 months ago

After we upgraded from PHP 7.4 to 8.1.24, this error appeared in the console:

message:PHP Warning: Undefined array key "site_id" in /var/www/html/wp-content/plugins/favorites/app/Helpers.php on line 111

This is happening on a multisite (WP 6.3.2).

Cheers, Mark