Action hook 'deprecated_constructor_run'

in WP Core File wp-includes/functions.php at line 5590

Description

Fires when a deprecated constructor is called.

Occurrences

Filename Line Number
wp-includes/functions.php 5590

Parameters

Type Name Description
string $class_name The class containing the deprecated constructor.
string $version The version of WordPress that deprecated the function.
string $parent_class The parent class calling the deprecated constructor.

PHP Doc

/**
	 * Fires when a deprecated constructor is called.
	 *
	 * @since 4.3.0
	 * @since 4.5.0 Added the `$parent_class` parameter.
	 *
	 * @param string $class_name   The class containing the deprecated constructor.
	 * @param string $version      The version of WordPress that deprecated the function.
	 * @param string $parent_class The parent class calling the deprecated constructor.
	 */