do_action( 'doing_it_wrong_run', string $function_name , string $message , string $version )
Fires when the given function is being used incorrectly.
Parameters
- $function_name
-
The function that was called.
- $message
-
A message explaining what has been done incorrectly.
- $version
-
The version of WordPress where the message was added.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |