Docs

EVF_Deprecated_Hooks::trigger_hook( string $old_hook, array $new_callback_args ): mixed

Fire off a legacy hook with it’s args.

Parameters

$old_hookstringrequired
Old hook name.
$new_callback_argsarrayrequired
New callback args.

Return

mixed