deprecated_constructor_run

deprecated_constructor_run

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('deprecated_constructor_run') is found 1 times:

  • /wp-includes/functions.php line 5615
    5611
    5612
    5613
    5614
    5615
    5616
    5617
    5618
    5619
    5620
    5621
    * @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.
     */
    do_action( 'deprecated_constructor_run', $class_name, $version, $parent_class );
     
    /**
     * Filters whether to trigger an error for deprecated functions.
     *
     * `WP_DEBUG` must be true in addition to the filter evaluating to true.
     *