Development workflow Intro
Actions and filters: the return value is the whole difference
add_action and add_filter write into the same registry. Only one thing separates them: a filter must return a value, and one that forgets silently nulls the thing it…