I\'m trying to understand some of the function in WordPress, but I can\'t get my head around what apply_filters(...) actually does.
Is someone able to clear this up
In the most basic terms, apply_filters is used to initialise a filter hook... add_filter assigns a new function to hooks that have already been created.