doing_it_wrong_run, $function_name, $message, $version
doing_it_wrong_run, $function_name, $message, $version
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('doing_it_wrong_run, $function_name, $message, $version') is found 1 times:
- /wp-includes/functions.php line 6033
* @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. */ do_action( 'doing_it_wrong_run', $function_name, $message, $version ); /** * Filters whether to trigger an error for _doing_it_wrong() calls. * * @since 3.1.0 * @since 5.1.0 Added the `$function_name`, `$message`, and `$version` parameters.