wpseek.com
A WordPress-centric search engine for devs and theme authors
do_action_deprecated › WordPress Function
Since4.6.0
Deprecatedn/a
› do_action_deprecated ( $hook_name, $args, $version, $replacement = '', $message = '' )
Parameters: (5) |
|
See: | |
Defined at: |
|
Codex: |
Fires functions attached to a deprecated action hook.
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.Related Functions: do_action_ref_array, do_action, _deprecated_file, _deprecated_hook, do_accordion_sections