[eluser]Xeoncross[/eluser]
Are you asking how you setup more hooks to run
outside of setting them in the config/hooks.php file? If that is the question then my question is, why you are hard-coding hooks from in the controller instead of the hooks config?
If you are asking how you pass a variable to filter when calling the hook:
Code:
$mydata = $this->hooks->filter('custom_hook', $mydata);