Description
Fires when a deprecated hook is called.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5918 |
Parameters
Type | Name | Description |
---|---|---|
string | $hook | The hook that was called. |
string | $replacement | The hook that should be used as a replacement. |
string | $version | The version of WordPress that deprecated the argument used. |
string | $message | A message regarding the change. |
PHP Doc
/**
* Fires when a deprecated hook is called.
*
* @since 4.6.0
*
* @param string $hook The hook that was called.
* @param string $replacement The hook that should be used as a replacement.
* @param string $version The version of WordPress that deprecated the argument used.
* @param string $message A message regarding the change.
*/