Hello, I am getting the same warning a lot:
[21-Sep-2024 16:43:32 UTC] PHP Deprecated: Required parameter $all_favorites follows optional parameter $site_id in /home/cpaneluser/mydomain.com/wp-content/plugins/favorites/app/Helpers.php on line 108
Hi. After I while, I patched it. Hope the autor release a patched version soon!
Simply add into the /app/Helpers.php, at line 108 the third param:
= array()
Here is how it should looks now:
public static function pluckGroupFavorites($group_id, $site_id = 1, $all_favorites = array() )