Description
Fires when the given function is being used incorrectly.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5978 |
Parameters
Type | Name | Description |
---|---|---|
string | $function_name | The function that was called. |
string | $message | A message explaining what has been done incorrectly. |
string | $version | The version of WordPress where the message was added. |
PHP Doc
/**
* Fires when the given function is being used incorrectly.
*
* @since 3.1.0
*
* @param string $function_name The function that was called.
* @param string $message A message explaining what has been done incorrectly.
* @param string $version The version of WordPress where the message was added.
*/