[buddypress-trac] [BuddyPress Trac] #8702: php 8.0 warnings
buddypress-trac
noreply at wordpress.org
Tue May 10 19:48:25 UTC 2022
#8702: php 8.0 warnings
----------------------------+-------------------------
Reporter: webmasterfreya | Owner: (none)
Type: defect (bug) | Status: closed
Priority: low | Milestone:
Component: Core | Version: 10.2.0
Severity: minor | Resolution: worksforme
Keywords: |
----------------------------+-------------------------
Changes (by imath):
* keywords: needs-patch =>
* status: new => closed
* resolution: => worksforme
* milestone: Awaiting Review =>
Comment:
Hi @webmasterfreya
Thanks a lot for your report. You have some code into your WordPress
config using this deprecated hook
`bp_groups_sent_membership_request_email` This hook is deprecated since
version 2.5.
I advise you to perform a global text search into your `/wp-content`
site's folder looking for this text
'bp_groups_sent_membership_request_email' to find the plugin, the theme or
some other custom code which is using this hook then contact the code's
author to update it so that it now uses the `bp_send_email` hook checking
the 2nd argument it returns equals `groups-membership-request`.
I don't think we need to work on this, that's why I'm going to close this
ticket. But if you think I'm wrong, don't hesitate to reopen it with your
reasons why we should fix this.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8702#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list