Concept Flow - Filter hooks
WordPress runs code
Apply filter hook
Call all functions hooked to filter
Each function modifies data
Return modified data
WordPress uses modified data
WordPress runs code and when it reaches a filter hook, it calls all functions attached to that hook to modify data before continuing.