apply_filters_deprecated()
apply_filters_deprecated( string $tag, array $args, str…
apply_filters_deprecated( string $tag, array $args, string $version, string $replacement = null, string $message = null )
激发附加到不推荐使用的筛选器挂钩的函数。
Fires functions attached to a deprecated filter hook.
目录锚点:#说明#参数#返回#源码
说明(Description)
另见函数 _deprecated_hook()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$tag | (string) | 必需 | 筛选器挂钩的名称。 |
$args | (array) | 必需 | 要传递给apply_filters()的附加函数参数数组。 |
$version | (string) | 必需 | 不赞成钩子的WordPress版本。 |
$replacement | (string) | 可选 | 应该用的钩子。 |
$message | (string) | 可选 | 关于变化的信息。 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.6.0 | wp-includes/plugin.php:626 | 19 | 3 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!