Changes between Initial Version and Version 1 of Ticket #46635, comment 29
- Timestamp:
- 07/25/2024 08:23:25 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46635, comment 29
initial v1 1 1 Hoping 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. 2 2 3 I think there are two proposals in this PRthat are most interesting:3 I think there are two proposals in this ticket that are most interesting: 4 4 5 5 1. 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.