deprecated_hook_run – action
Fires when a deprecated hook is called.
Parameters
- .
- ( 4.6.0 ) . .
- $hook
- ( string ) The hook that was called. . . .
- $replacement
- ( string ) The hook that should be used as a replacement. . . .
- $version
- ( string ) The version of WordPress that deprecated the argument used. . . .
- $message
- ( string ) A message regarding the change. . . .