wcf_do_action_deprecated( string $tag, array $args, string $version, string $replacement = false, string $message = null )
Cartlows Action Deprecated
Parameters
- $tag
-
(string) (Required) The name of the Action hook.
- $args
-
(array) (Required) Array of additional function arguments to be passed to apply_filters().
- $version
-
(string) (Required) The version of WordPress that deprecated the hook.
- $replacement
-
(string) (Optional) The hook that should have been used.
Default value: false
- $message
-
(string) (Optional) A message regarding the change.
Default value: null
Source
File: classes/deprecated/deprecated-hooks.php
Changelog
Version | Description |
---|---|
1.1.1 | Introduced. |