Changes between Initial Version and Version 1 of Ticket #51525, comment 21
- Timestamp:
- 02/02/2021 05:57:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51525, comment 21
initial v1 8 8 9 9 `apply_filters( ... )` is simply `apply_filters_typed( 'mixed', ... )`. 10 `apply_filters_typesafe( ... _` is simply `apply_filters_typed( gettype( $value ), ... )`.10 `apply_filters_typesafe( ... )` is simply `apply_filters_typed( gettype( $value ), ... )`. 11 11 12 12 This means we have just one function to maintain and test as opposed to multiple.