Description
Fires when a deprecated argument is called.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5839 |
Parameters
Type | Name | Description |
---|---|---|
string | $function_name | The function that was called. |
string | $message | A message regarding the change. |
string | $version | The version of WordPress that deprecated the argument used. |
PHP Doc
/**
* Fires when a deprecated argument is called.
*
* @since 3.0.0
*
* @param string $function_name The function that was called.
* @param string $message A message regarding the change.
* @param string $version The version of WordPress that deprecated the argument used.
*/