Changes between Initial Version and Version 1 of Ticket #49738, comment 1
- Timestamp:
- 03/31/2020 01:45:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49738, comment 1
initial v1 3 3 This is intentional behavior of `apply_filters_deprecated()`, it only outputs the deprecated hook message if you have any functions in your plugins or theme specifically hooked to the deprecated `tag_link` or `category_link` filter. Those instances should be updated to use `term_link` instead. 4 4 5 If you don't have any functions hooked to those deprecated filters, it [source:tags/5.3/src/wp-includes/plugin.php?marks=627-629#L600returns early and doesn't do anything].5 If you don't have any functions hooked to those deprecated filters, [source:tags/5.3/src/wp-includes/plugin.php?marks=627-629#L600 it returns early and doesn't do anything].