Codex

Function Reference/merge filters

Description

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.

Parameters

$tag
(string) (required) The filter hook of which the functions should be merged.
Default: None

This page is marked as incomplete. You can help Codex by expanding it.