Run the hooks without any output.
fusion_apply_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_apply_hook('test_hook');