#3384 closed task (blessed) (fixed)
Deprecated functions & hooks in WordPress 5.5
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.6 | Priority: | high |
Severity: | normal | Version: | 2.6.5 |
Component: | Tools - Code Improvements | Keywords: | |
Cc: |
Description
WordPress 5.5 deprecates a number of functions and hooks that bbPress uses.
Here are the ones I've seen so far, but there may be more:
- wp_blacklist_check
- wp_make_content_images_responsive
- blacklist_keys
Change History (6)
Note: See
TracTickets for help on using
tickets.
wp_make_content_images_responsive
was added in r6381.wp_filter_content_tags
is the recommended replacement, but it needs to be audited to make sure it actually makes sense to use it within Topic & Reply content. The function name is a bit scary; who knows what content tags are being filtered. It would be nice if there were an image-only replacement.