Used By
Used By | Description |
---|---|
wp-includes/functions.php: _deprecated_constructor() | Marks a constructor as deprecated and informs when it has been used. |
Fires when a deprecated constructor is called.
(string) The class containing the deprecated constructor.
(string) The version of WordPress that deprecated the function.
(string) The parent class calling the deprecated constructor.
Version | Description |
---|---|
4.5.0 | Added the $parent_class parameter. |
4.3.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/deprecated_constructor_run