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