WordPress 中文文档

Function Reference/merge filters

From WordPress Chinese

Jump to: navigation, search

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

Template:Parameter

用户