WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_function_run

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php do_action 5363 /**
* Fires when a deprecated function is called.
*
* @since 2.5.0
*
* @param string $function The function that was called.
* @param string $replacement The function that should have been called.
* @param string $version The version of WordPress that deprecated the function.
*/

Hook Parameters

Parameter Type Name Description
string $function The function that was called.
string $replacement The function that should have been called.
string $version The version of WordPress that deprecated the function.