Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46635, comment 29


Ignore:
Timestamp:
07/25/2024 08:23:25 AM (10 months ago)
Author:
joehoyle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46635, comment 29

    initial v1  
    11Hoping to bring this back to life, as I think we need a solution to be able to use PHP 8.1 first class callables in WordPress with a way to remove them.
    22
    3 I think there are two proposals in this PR that are most interesting:
     3I think there are two proposals in this ticket that are most interesting:
    44
    551. from @schlessera, the proposal is to introduce a `RemovableClosure` class which takes a unique ID and a the callable. Only a very small change is needed to the Filter/Actions internals to pull the unique ID.