#48212 closed defect (bug) (wontfix)
Remove deprecated function
Reported by: | dkarfa | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
#41217 maybe_log_events_response() function deprecated.
Attachments (3)
Note: See
TracTickets for help on using
tickets.
@dkarfa Could you explain these patches? 48212.1.patch and 48212.2.patch don't really work as you remove a class method and then create a new function.
We also cannot just outright remove the method as in 48212.patch as plugins might still be using it (hence the deprecation).
WordPress doesn't really have a strong deprecation policy (e.g. we don't typically remove deprecated functions after x releases), so my recommendation here is to just leave this as-is.