Deprecated use of the BuddyPress groups_send_invites function
-
I’m getting a deprecated message in my logs:
[12-Jun-2024 14:49:35 UTC] PHP Deprecated:? Function groups_send_invites was called with an argument that is deprecated since version 5.0.0! Arguments passed to groups_send_invites should be in an associative array. See the inline documentation at /var/www/html/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php for more details. in /var/www/html/wp-includes/functions.php on line 6078
You are sending user id and group id as comma-separated parems. Newest BuddyPress is saying that params passed should be in an array. See wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php, lines 1831-1844.
This isn’t urgent, of course. It’s only “deprecated”. Please update your plugin when possible.
Thanks!
- You must be logged in to reply to this topic.