WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_hook_run

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php do_action 5736 /**
* 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.
*/

Hook Parameters

Parameter 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.