Codex tools: Log in / create account
Merge the filter functions of a specific filter hook with generic filter functions.
It is possible to defined generic filter functions using the filter hook all. These functions are called for every filter tag. This function merges the functions attached to the all hook with the functions of a specific hoook defined by $tag.
This page is marked as incomplete. You can help Codex by expanding it.