Changes between Initial Version and Version 1 of Ticket #55883, comment 5
- Timestamp:
- 05/31/2022 07:11:45 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55883, comment 5
initial v1 12 12 * `do_shortcode_tag` → `apply_shortcode_tag`. [https://wpdirectory.net/search/01G4DR1K3ZVBDBJ3RNYQ2QCXJ2 Used in about 132 plugins]. Looks like we'll have to keep the old filters as aliases for a while, though using `apply_filters_deprecated()` for them can also be an option. 13 13 14 As a side note, we might want to the same for `do_blocks()` → `apply_blocks()` in a separate ticket.14 As a side note, we might want to do the same for `do_blocks()` → `apply_blocks()` in a separate ticket.