WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_constructor_run

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php do_action 5453 /**
* Fires when a deprecated constructor is called.
*
* @since 4.3.0
* @since 4.5.0 Added the `$parent_class` parameter.
*
* @param string $class 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.
*/

Hook Parameters

Parameter Type Name Description
string $class 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.