why do I have to use required parametres?
You don’t have to specify number of arguments, in which case it will default to one. Essentially this argument gives you control on how many arguments hook will pass to function, which matters in few too many situations to come up with generic explanation. In a nutshell if hook can pass N arguments, your options … Read more