Solution:
You can read it here 🙂
http://ottopress.com/2011/actions-and-filters-are-not-the-same-thing/
add_action => call a function
add_filter => “A filter is defined as a function that takes in some kind of input, modifies it, and then returns it.”