Changes between Version 2 and Version 3 of Ticket #44332, comment 1
- Timestamp:
- 06/09/2018 10:05:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44332, comment 1
v2 v3 3 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. 4 4 5 Similarly the {{{apply_filters_deprecated()}}}function.5 Similarly the [https://developer.wordpress.org/reference/functions/apply_filters_deprecated/ apply_filters_deprecated()] function. 6 6 7 7 So in this case it might be replaced with: