deprecated_class_run
deprecated_class_run
Appears in: wordpress-6.4, wordpress-6.4.1, wordpress-6.4.2, wordpress-6.4.3, wordpress-6.5, wordpress-6.5.2, wordpress-6.5.3, wordpress-6.5.4, wordpress-6.5.5, wordpress-6.6, wordpress-6.6.1, wordpress-6.6.2, wordpress-6.7, wordpress-6.7.1, wordpress-6.7.2, wordpress-6.8
Hook Type: action
Displaying hooks found in version: wordpress-6.8do_action('deprecated_class_run') is found 1 times:
- /wp-includes/functions.php line 570557015702570357045705570657075708570957105711
* @param string
$class_name
The name of the
class
being instantiated.
* @param string
$replacement
The
class
or
function
that should have been called.
* @param string
$version
The version of WordPress that deprecated the
class
.
*/
do_action(
'deprecated_class_run'
,
$class_name
,
$replacement
,
$version
);
/**
* Filters whether to trigger an error
for
a deprecated
class
.
*
* @since 6.4.0
*