WPDev.one
Core Function
View Source on Trac ↗

_doing_it_wrong()

_doing_it_wrong( mixed $function_name, mixed $message, mixed $version )

Marks something as being incorrectly called.

Parameters 3 required

Name / Type Description
$function_name
string

The function that was called.

Required
$message
string

A message explaining what has been done incorrectly.

Required
$version
string

The version of WordPress where the message was added.

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
3.1.0
Source File
wp-includes/functions.php
Advertisement