If hook add once, and intended to be used multiple times, use this function.
fusion_repeat_current_hook( string $name [, mixed $... ] ) : mixed
$name (string) (Required) The name of the hook, this is your identifier.
$... (mixed) (Optional) Zero or more parameters to be passed.
(mixed)
fusion_repeat_current_hook('test_hook')