Make WordPress Core

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


Ignore:
Timestamp:
06/09/2018 10:02:14 AM (8 years ago)
Author:
birgire

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44332, comment 1

    initial v1  
    11There's also the [https://developer.wordpress.org/reference/functions/do_action_deprecated/ do_action_deprecated()] function introduced in 4.6:
    22
    3 > When an action hook is deprecated, the do_action() call is replaced with {{{do_action_deprecated()}}}, which triggers a deprecation notice and then fires the original hook.
     3> When an action hook is deprecated, the {{{do_action()}}} call is replaced with {{{do_action_deprecated()}}}, which triggers a deprecation notice and then fires the original hook.
    44
    55Similarly the {{{apply_filters_deprecated()}}} function.