Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53668, comment 14


Ignore:
Timestamp:
08/12/2021 03:10:07 PM (2 years ago)
Author:
antpb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53668, comment 14

    initial v1  
    77`Given that the new function will only be used in a case that only exists due to the new filter, it seems like it shouldn’t have broad unintended consequences.`
    88
    9 Some feedback also given in the meeting is that the doc block should include a @private tag to indicate that this is not encouraged to be used outside of Core functions.
     9Some feedback also given in the meeting is that the doc block should include a @private tag to indicate that this is not encouraged to be used outside of Core functions. This gives the freedom to remove the function if a better solution is developed later.