WC_Deprecated_Hooks::__construct()

Constructor.


Description Description


Source Source

File: includes/abstracts/abstract-wc-deprecated-hooks.php

	public function __construct() {
		$new_hooks = array_keys( $this->deprecated_hooks );
		array_walk( $new_hooks, array( $this, 'hook_in' ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.