add_action( $tag, $function_to_add )
add_action( $tag, $function_to_add, $priority )
add_action( $tag, $function_to_add, $priority, $accepted_args )
ParameterDetails$tag(string) The name of the action to which the procedure $function_to_add will be hooked.$function_to_add(callable) The cal...