wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



deprecated_constructor_run › WordPress Action Hooks

Seit4.5.0
Veraltetn/v
do_action( 'deprecated_constructor_run', $class_name, $version, $parent_class )
Parameter: (3)
  • () class_name The class containing the deprecated constructor.
    Erforderlich: Ja
  • () version The version of WordPress that deprecated the function.
    Erforderlich: Ja
  • () parent_class The parent class calling the deprecated constructor.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when a deprecated constructor is called.





Quellcode

do_action( 'deprecated_constructor_run', $class_name, $version, $parent_class );