Lower number for $priority means earlier execution of $func.
If $func returns boolean FALSE the filter chain is broken, not applying
any more filter after the one returning FALSE. Returning anything else
have no effect.
static public add_filter ( $tag, $func, $priority = 100 ) |