Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | do_action | 5801 | /** * Fires when the given function is being used incorrectly. * * @since 3.1.0 * * @param string $function 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $function | 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. |