Description
Fires when a deprecated class is called.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5673 |
Parameters
Type | Name | Description |
---|---|---|
string | $class_name | The name of the class being instantiated. |
string | $replacement | The class or function that should have been called. |
string | $version | The version of WordPress that deprecated the class. |
PHP Doc
/**
* Fires when a deprecated class is called.
*
* @since 6.4.0
*
* @param string $class_name The name of the class being instantiated.
* @param string $replacement The class or function that should have been called.
* @param string $version The version of WordPress that deprecated the class.
*/