Solution:
This is the function you are looking for add_action()
https://codex.wordpress.org/Function_Reference/add_action
Also note that the hyphen is not allowed as part of a function name, there are ways to use it that way, but that is far outside the scope of this issue.