deprecated_constructor_run – action
Fires when a deprecated constructor is called.
Parameters
- .
- ( 4.3.0 ) . .
- Added
- ( 4.5.0 ) the `$parent_class` parameter. . . .
- $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. . . .