Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49738, comment 1


Ignore:
Timestamp:
03/31/2020 01:45:56 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49738, comment 1

    initial v1  
    33This 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.
    44
    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#L600 returns early and doesn't do anything].
     5If 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].