Description
Fires when a deprecated function is called.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5510 |
Parameters
Type | Name | Description |
---|---|---|
string | $function_name | The function that was called. |
string | $replacement | The function that should have been called. |
string | $version | The version of WordPress that deprecated the function. |
PHP Doc
/**
* Fires when a deprecated function is called.
*
* @since 2.5.0
*
* @param string $function_name 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.
*/