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) (Required) The name of the action to which the $function_to_add is hooked$function_to_add(callable) (Required) T...