WC_Deprecated_Hooks::hook_in( string $hook_name )

Hook into the new hook so we can handle deprecated hooks once fired.


Description Description


Parameters Parameters

$hook_name

(Required) Hook name.


Top ↑

Source Source

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

	abstract public function hook_in( $hook_name );

Top ↑

User Contributed Notes User Contributed Notes

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