Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 6 years ago

#7273 closed enhancement (maybelater)

Utilize do_action_deprecated() and apply_filters_deprecated() for old filters.

Reported by: tw2113's profile tw2113 Owned by:
Milestone: Priority: low
Severity: minor Version:
Component: Core Keywords: trac-tidy-2018
Cc:

Description

This will require WordPress being minimum version 4.6.x before we can implement.

As the BuddyPress codebase has evolved over the years, we have replaced actions and filters with better or more appropriate hooks. In order to prevent breaking backwards compatibility, we have left the old hooks in place as well.

We should invest time, once possible, to replace the old hook calls with the new do_action_deprecated() and apply_filters_deprecated() functions to let developers know more directly that they should update their code to match current BuddyPress.

Change History (3)

#1 @DJPaul
7 years ago

  • Milestone changed from Awaiting Review to Future Release

#2 @DJPaul
6 years ago

  • Keywords trac-tidy-2018 added

We're closing this ticket because it has not received any contribution or comments for at least two years. We have decided that it is better to close tickets that are good ideas, which have not gotten (or are unlikely to get) contributions, rather than keep things open indefinitely. This will help us share a more realistic roadmap for BuddyPress with you.

Everyone very much appreciates the time and effort that you spent sharing your idea with us. On behalf of the entire BuddyPress team, thank you.

If you feel strongly that this enhancement should still be added to BuddyPress, and you are able to contribute effort towards it, we encourage you to re-open the ticket, or start a discussion about it in our Slack channel. Please consider that time has proven that good ideas without contributions do not get built.

For more information, see https://bpdevel.wordpress.com/2018/01/21/our-awaiting-contributions-milestone-contains/
or find us on Slack, in the #buddypress channel: https://make.wordpress.org/chat/

#3 @DJPaul
6 years ago

  • Milestone Awaiting Contributions deleted
  • Resolution set to maybelater
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.