Fires when a deprecated constructor is called.
Parameters
$class_name
string- The class containing the deprecated constructor.
$version
string- The version of WordPress that deprecated the function.
$parent_class
string- The parent class calling the deprecated constructor.
Source
do_action( 'deprecated_constructor_run', $class_name, $version, $parent_class );
User Contributed Notes
You must log in before being able to contribute a note or feedback.