Title: PHP Deprecated warning
Last modified: December 26, 2024

---

# PHP Deprecated warning

 *  [wp-centrics](https://wordpress.org/support/users/wpcentrics/)
 * (@wpcentrics)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/php-deprecated-warning-8/)
 * Hi! Your plugin looks great. Please, can do you solve this PHP warning?
 * **Deprecated**: Optional parameter $site_id declared before required parameter
   $all_favorites is implicitly treated as a required parameter in **wp-content/
   plugins/favorites/app/Helpers.php** on line **108**[](https://lidera-higiene.mgcomunicacio.com/wp-admin/about.php)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [husk3r](https://wordpress.org/support/users/husk3r/)
 * (@husk3r)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/php-deprecated-warning-8/#post-18028876)
 * 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
 *  Thread Starter [wp-centrics](https://wordpress.org/support/users/wpcentrics/)
 * (@wpcentrics)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/php-deprecated-warning-8/#post-18101696)
 * 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:
 *     ```wp-block-code
       public static function pluckGroupFavorites($group_id, $site_id = 1, $all_favorites = array() )
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Deprecated warning’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

## Tags

 * [warning](https://wordpress.org/support/topic-tag/warning/)

 * 2 replies
 * 3 participants
 * Last reply from: [wp-centrics](https://wordpress.org/support/users/wpcentrics/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/php-deprecated-warning-8/#post-18101696)
 * Status: not resolved