Opened 2 years ago
Closed 7 months ago
#9167 closed task (fixed)
Improve the way we process user spamming
| Reported by: | imath | Owned by: | espellcaste |
|---|---|---|---|
| Priority: | normal | Milestone: | 15.0.0 |
| Component: | Members | Version: | 1.6 |
| Severity: | normal | Keywords: | has-patch has-unit-tests |
| Cc: | emaralive |
Description
Since WordPress 5.3 the user status is now updated using the globally available wp_update_user() function, we need to review bp_core_process_spammer_status() and deprecate bp_core_update_member_status().
Change History (7)
This ticket was mentioned in PR #434 on buddypress/buddypress by renatonascalves.
7 months ago
#6
- Keywords has-patch has-unit-tests added; needs-refresh removed
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9167
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Note to self, I have a patch ready here: https://github.com/buddypress/buddypress/compare/master...imath:buddypress:patch/9167
But Tests are failing due to
bp_get_deprecated_functions_versions(), we need to fix #9210 first.